QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#309826#4299. Cookingezteam1#WA 0ms3940kbC++143.2kb2024-01-20 21:05:222024-01-20 21:05:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
2 2 2
1 4 3
4 4 5
3 5 6

output:

10

result:

ok answer is '10'

Test #2:

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

input:

2
2 39
23 9
9 23

output:

-1

result:

ok answer is '-1'

Test #3:

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

input:

1
2
100

output:

100

result:

ok answer is '100'

Test #4:

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

input:

6
4 1 4 1 1 5
3 6 16 18 9 3
6 4 10 5 9 10
16 10 5 1 13 10
18 5 1 16 12 5
9 9 13 12 13 17
3 10 10 5 17 5

output:

27

result:

wrong answer expected '36', found '27'