QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#423915 | #1256. Delete Two Vertices Again | carrotqq | WA | 2ms | 30348kb | C++14 | 2.7kb | 2024-05-28 19:11:22 | 2024-05-28 19:11:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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.