QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#695589#6409. Classical Data Structure ProblemUrdWA 0ms3600kbC++172.0kb2024-10-31 20:22:212024-10-31 20:22:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 2
2 1
1 3
3 2
1 0
0 2

output:

1 2
1 3
0 1
0 3
1 3
87

result:

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