QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#417390#6413. Classical Graph Theory ProblemZ_301WA 10ms66236kbC++177.0kb2024-05-22 18:13:352024-05-22 18:13:36

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 10ms
memory: 66236kb

input:

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

output:

1 2 
2 

result:

wrong answer vertex 2 is repeated twice in the output (test case 1)