Muuuuuuni
This commit is contained in:
parent
1a429bb7eb
commit
dc446a58c9
Binary file not shown.
@ -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.
Loading…
x
Reference in New Issue
Block a user