QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#640348#5426. Drain the Water Tankucup-team1849WA 0ms3824kbC++141.5kb2024-10-14 11:11:012024-10-14 11:11:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

1
0
0
1
0
0
2

result:

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