QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#323812 | #8239. Mysterious Tree | ucup-team3006# | WA | 1ms | 3664kb | C++17 | 1.5kb | 2024-02-10 13:32:23 | 2024-02-10 13:32:24 |
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: 3664kb
input:
2 4 0 1 1 0 4 1 1 1
output:
? 1 3 ? 1 2 ? 2 3 ? 2 4 ! 1 ? 1 3 ? 3 2 ? 3 4 ! 2
result:
ok Correct (2 test cases)
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3660kb
input:
87 13 0 1 1 1 15 0 0 0 0 0 0 0 1 1 1 7 1 1 1 15 0 0 0 0 0 0 0 0
output:
? 1 9 ? 1 12 ? 12 2 ? 12 3 ! 2 ? 1 11 ? 1 7 ? 1 3 ? 1 5 ? 1 12 ? 1 4 ? 1 8 ? 1 13 ? 13 2 ? 13 3 ! 2 ? 1 7 ? 7 2 ? 7 3 ! 2 ? 1 2 ? 1 12 ? 1 10 ? 1 4 ? 1 5 ? 1 7 ? 1 11 ? 1 14 ! 2
result:
wrong answer Wrong prediction (test case 4)