QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#47330 | #2232. Win Diesel | MaMengQi | WA | 6ms | 13000kb | C++20 | 2.9kb | 2022-09-08 05:30:45 | 2022-09-08 05:30:47 |
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: 6ms
memory: 13000kb
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: 12916kb
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: 2ms
memory: 12996kb
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'