QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#472262#1256. Delete Two Vertices Againyoy68WA 4ms143092kbC++174.1kb2024-07-11 15:20:032024-07-11 15:20:03

詳細信息

Test #1:

score: 0
Wrong Answer
time: 4ms
memory: 143092kb

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.