QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#622283 | #2060. White Mage | MaMengQi | WA | 9ms | 107264kb | C++20 | 2.7kb | 2024-10-08 20:40:12 | 2024-10-08 20:40:14 |
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: 107264kb
input:
5 6 2 1 2 10 3 3 4 5 18 2 4 5 6 1 3 7 1 2 4 1 1 11
output:
23
result:
ok answer is '23'
Test #2:
score: 0
Accepted
time: 3ms
memory: 107040kb
input:
3 2 2 1 2 5 2 2 3 5
output:
-1
result:
ok answer is '-1'
Test #3:
score: 0
Accepted
time: 9ms
memory: 107040kb
input:
3 4 3 1 2 3 10 1 1 2 1 2 3 1 3 4
output:
9
result:
ok answer is '9'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 107012kb
input:
3 4 3 1 2 3 8 1 1 2 1 2 3 1 3 4
output:
9
result:
wrong answer expected '8', found '9'