QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#622270 | #2060. White Mage | ZhangYiDe | WA | 8ms | 107100kb | C++20 | 2.7kb | 2024-10-08 20:36:05 | 2024-10-08 20:36:06 |
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: 4ms
memory: 106968kb
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: 7ms
memory: 107032kb
input:
3 2 2 1 2 5 2 2 3 5
output:
-1
result:
ok answer is '-1'
Test #3:
score: -100
Wrong Answer
time: 8ms
memory: 107100kb
input:
3 4 3 1 2 3 10 1 1 2 1 2 3 1 3 4
output:
10
result:
wrong answer expected '9', found '10'