Muuuuuuni

This commit is contained in:
Joshua Sigona 2021-03-28 14:45:13 +09:00
parent 1a429bb7eb
commit dc446a58c9
3 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -385,10 +385,12 @@ public class App
scores.set(i, Integer.parseInt(desc)); scores.set(i, Integer.parseInt(desc));
} }
if (i==0||(scores.get(i-1)>scores.get(i))) {
new Thread( new Thread(
new SubmitThread(name,desc,scores.get(i),EVENT,ranks[i])) new SubmitThread(name,desc,scores.get(i),EVENT,ranks[i]))
.start(); .start();
} }
}
/*System.out.println(scores); /*System.out.println(scores);
System.out.println(names); System.out.println(names);
System.out.println(descriptions);*/ System.out.println(descriptions);*/

Binary file not shown.