QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#755134#9552. The ChariotWADATSUMI (Sotatsu Moriyama, Shuhei Hasegawa, Aruma Komazaki)#WA 9ms10584kbPython3356b2024-11-16 16:32:272024-11-16 16:32:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 9ms
memory: 10584kb

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:

1 1
160
1 2
187
7 33
3226
10 999
999
100000000000000 9999999999999999
10000000000099799

result:

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