QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#640236#5426. Drain the Water Tankucup-team1849WA 1ms3808kbC++141.5kb2024-10-14 09:50:592024-10-14 09:50:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6
0 0
1 1
2 1
3 0
3 2
0 2

output:

1
1
1
1
1
1
2

result:

wrong answer 1st numbers differ - expected: '2', found: '1'