QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#103991#6399. Classic: Classical ProblemHenry__ChenWA 2ms3476kbC++2012.0kb2023-05-08 09:36:232023-05-08 09:36:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3476kb

input:

3
2 3
0 2
3 5
2 3 4
3 5
0 2 3

output:

1 2
1 
1 1
0
2 2
1 3 

result:

wrong answer 2nd lines differ - expected: '2', found: '1 '