QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#472253#1256. Delete Two Vertices AgainDitaMirikaWA 0ms26136kbC++234.1kb2024-07-11 15:18:132024-07-11 15:18:13

詳細信息

Test #1:

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

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.