mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 08:58:42 +00:00
fix: 75cb0f3749
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
75cb0f3749
commit
a83f8302dc
@ -15,7 +15,7 @@
|
||||
var person = score[key];
|
||||
|
||||
if (person[i] === undefined) return;
|
||||
if (person[i][0] === 100 && (first_accepted[i] === undefined || first_accepted[i][0] === person[i][1] && first_accepted[i][1] > person[i][2])) {
|
||||
if (person[i][0] === 100 && (first_accepted[i] === undefined || first_accepted[i][1] > person[i][2])) {
|
||||
first_accepted[i] = [person[i][1], person[i][2]];
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user