QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#423915#1256. Delete Two Vertices AgaincarrotqqWA 2ms30348kbC++142.7kb2024-05-28 19:11:222024-05-28 19:11:22

详细

Test #1:

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

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.