QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#95186 | #5470. Hasty Santa Claus | HuangHanSheng | WA | 2ms | 3532kb | C++17 | 851b | 2023-04-09 11:46:09 | 2023-04-09 11:46:13 |
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: 3532kb
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: 3372kb
input:
7 2 1 31 1 31 1 31 1 31 1 31 1 31 1 31
output:
31 31 30 30 29 29 28
result:
ok ok
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 3360kb
input:
6 2 24 25 24 25 24 25 25 26 25 26 25 26
output:
0 25 25 24 26 26
result:
wrong answer output line is not a valid date.(line = 0)