QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#323807 | #8239. Mysterious Tree | ucup-team3006# | TL | 1ms | 3668kb | C++17 | 1.5kb | 2024-02-10 13:30:55 | 2024-02-10 13:30:55 |
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: 3668kb
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
Time Limit Exceeded
input:
87 13 0 1 1 1 15 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