QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#766598 | #8938. Crawling on a Tree | ucup-team3407 | WA | 28ms | 786008kb | C++17 | 1.3kb | 2024-11-20 17:54:42 | 2024-11-20 17:54:42 |
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: 28ms
memory: 786008kb
input:
4 2 1 2 3 2 2 3 2 1 2 4 5 1 1 1 1
output:
-1 -1
result:
wrong answer 2nd numbers differ - expected: '13', found: '-1'