QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#417390#6413. Classical Graph Theory ProblemZ_301WA 10ms66236kbC++177.0kb2024-05-22 18:13:352024-05-22 18:13:36

详细

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)