QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#423572#1256. Delete Two Vertices AgainDitaMirikaWA 0ms15984kbC++232.5kb2024-05-28 10:53:522024-05-28 10:53:52

详细

Test #1:

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

input:

4 4
1 2
2 3
3 1
4 1

output:

1010

result:

wrong answer Deleting vertices 1 and 2 makes graph disconnected, but participant claims otherwise.