QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#515683#8793. Toiletsucup-team4538#WA 0ms3608kbC++237.7kb2024-08-11 20:49:442024-08-11 20:49:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3608kb

input:

5 3 45
10 20 30
0 0 + 200
2 5 + 10
20 40 - 100
21 16 + 10
50 0 + 22

output:

20 20
10 7
10 50
30 35
10 60

result:

wrong answer 5th numbers differ - expected: '30', found: '10'