QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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.