QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#659069#8551. DFS Order 5ucup-team4269WA 0ms3672kbC++201.7kb2024-10-19 18:28:042024-10-19 18:28:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6 7
1 2
1 3
2 4
3 5
2 6
2 4 1
2 4 2
2 4 3
2 4 4
2 4 5
2 4 6
6 1 2 6 4 3 5

output:

2
2
3
3
3
3

result:

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