QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#151669 | #5470. Hasty Santa Claus | ntu_vjudge_2 | WA | 1ms | 3500kb | C++17 | 1005b | 2023-08-27 13:18:05 | 2023-08-27 13:18:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3428kb
input:
5 1 23 25 23 27 24 25 25 25 25 26
output:
23 27 24 25 26
result:
ok ok
Test #2:
score: 0
Accepted
time: 1ms
memory: 3500kb
input:
7 2 1 31 1 31 1 31 1 31 1 31 1 31 1 31
output:
1 1 2 2 3 3 4
result:
ok ok
Test #3:
score: 0
Accepted
time: 1ms
memory: 3416kb
input:
6 2 24 25 24 25 24 25 25 26 25 26 25 26
output:
24 24 25 25 26 26
result:
ok ok
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3348kb
input:
20 5 9 26 7 29 7 30 4 30 4 27 19 30 8 27 13 25 6 29 1 25 8 31 2 29 13 25 9 26 8 31 1 28 8 26 3 26 5 25 1 28
output:
1 1 1 2 3 4 4 5 6 7 7 8 8 8 8 9 9 13 13 19
result:
FAIL Checker must end with quit or quitf call.