QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#42651 | #896. Horses | larryzhong | WA | 3ms | 3580kb | C++17 | 1.6kb | 2022-08-03 11:06:20 | 2022-08-03 11:06:21 |
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: 3ms
memory: 3580kb
input:
3 1 1 0 5 2 1 3 2 3
output:
1 14
result:
ok 2 number(s): "1 14"
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3532kb
input:
3 0 0 1 6 3 1 3 2 1 2
output:
57
result:
wrong answer 1st numbers differ - expected: '39', found: '57'