QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#327000#7843. Delivery ForcesZhaoZiLongWA 0ms3632kbC++20341b2024-02-14 17:20:442024-02-14 17:20:44

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'