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

Binary file not shown.