QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496731 | #4218. Hidden Graph | GuanYunchang | WA | 1ms | 3764kb | C++23 | 1.8kb | 2024-07-28 15:25:35 | 2024-07-28 15:25:36 |
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: 100
Accepted
time: 1ms
memory: 3764kb
input:
3 1 2 1 3 2 3
output:
? 2 1 2 ? 2 1 3 ? 2 2 3 ! 3 1 2 1 3 2 3
result:
ok correct
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3608kb
input:
10 1 2 1 3 -1 -1 1 4 -1 -1 -1 -1 2 5 -1 -1 2 6 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
output:
? 2 1 2 ? 2 1 3 ? 2 2 3 ? 2 1 4 ? 2 2 4 ? 2 1 5 ? 2 2 5 ? 2 1 6 ? 2 2 6 ? 2 1 7 ? 2 2 7 ? 2 1 8 ? 2 2 8 ? 2 1 9 ? 2 2 9 ? 2 1 10 ? 2 2 10 ! 5 1 2 1 3 1 4 2 5 2 6
result:
wrong answer read 5 edges but expected 12 edges