QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#47332 | #2232. Win Diesel | MaMengQi | WA | 2ms | 14636kb | C++20 | 2.9kb | 2022-09-08 06:05:01 | 2022-09-08 06:05:02 |
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: 2ms
memory: 14636kb
input:
6 9 3 4 3 0 3 5 3 2 4 1 4 2 1 0 0 5 5 2
output:
12
result:
ok single line: '12'
Test #2:
score: 0
Accepted
time: 2ms
memory: 13536kb
input:
7 10 6 1 6 4 6 3 1 2 1 4 1 3 2 4 2 5 4 0 3 0
output:
19
result:
ok single line: '19'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 13384kb
input:
6 5 3 0 0 2 2 1 2 4 1 5
output:
15
result:
wrong answer 1st lines differ - expected: '11', found: '15'