QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#122814#6510. Best Carry Player 3asdf1234codingWA 1ms3500kbC++201.2kb2023-07-11 08:58:582023-07-11 08:59:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3500kb

input:

8
4 5 0
5 8 3
9 2 6
15 28 5
97 47 8
164 275 38
114514 1919 810
0 1152921504606846975 1

output:

1
2
5
3
5
4
166
1152921504606846975

result:

wrong answer 3rd numbers differ - expected: '3', found: '5'