QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#327000 | #7843. Delivery Forces | ZhaoZiLong | WA | 0ms | 3632kb | C++20 | 341b | 2024-02-14 17:20:44 | 2024-02-14 17:20:44 |
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: 3632kb
input:
3 1 2 3
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3572kb
input:
6 5 6 2 3 1 4
output:
8
result:
ok single line: '8'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3552kb
input:
9 2 6 3 9 7 4 3 3 8
output:
20
result:
wrong answer 1st lines differ - expected: '17', found: '20'