QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#698165 | #5545. Contingency Plan | HuangHanSheng | WA | 0ms | 3784kb | C++17 | 3.5kb | 2024-11-01 17:54:18 | 2024-11-01 17:54:19 |
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: 0ms
memory: 3668kb
input:
7 1 2 3 7 2 4 2 5 1 3 3 6
output:
2 3 7 1 4 1 5 1 3 5 6 1
result:
ok AC
Test #2:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
3 1 2 2 3
output:
-1
result:
ok AC
Test #3:
score: 0
Accepted
time: 0ms
memory: 3784kb
input:
2 2 1
output:
-1
result:
ok AC
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3484kb
input:
5 2 1 2 3 2 4 4 5
output:
result:
wrong output format Unexpected end of file - int32 expected