QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#421038#4368. Oilucup-team1005#WA 0ms3844kbC++201.5kb2024-05-25 10:20:212024-05-25 10:20:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3708kb

input:

5
100 180 20
30 60 30
70 110 40
10 40 50
0 80 70

output:

200

result:

ok single line: '200'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3844kb

input:

3
50 60 10
-42 -42 20
25 0 10

output:

25

result:

ok single line: '25'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3712kb

input:

1
-100 180 20

output:

0

result:

wrong answer 1st lines differ - expected: '280', found: '0'