QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#777739#9552. The ChariotMini Soda (Enze Zhang, Guanlin Chen, Xinchen Shen)#WA 15ms10560kbPython3785b2024-11-24 07:24:262024-11-24 07:24:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 15ms
memory: 10560kb

input:

5
160 27 41 3 12 3
160 27 41 3 12 4
160 27 41 3 12 99
1 999 999 1 99 999
999 999 1 1 99 9999999999999999

output:

160
320
3226
999
10000000000099799

result:

wrong answer 2nd lines differ - expected: '187', found: '320'