QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472253 | #1256. Delete Two Vertices Again | DitaMirika | WA | 0ms | 26136kb | C++23 | 4.1kb | 2024-07-11 15:18:13 | 2024-07-11 15:18:13 |
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: 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.