QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#797282 | #9806. Growing Tree | NailongGroup# | WA | 1ms | 3632kb | C++20 | 4.2kb | 2024-12-02 20:08:08 | 2024-12-02 20:08: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: 1ms
memory: 3632kb
input:
3 2 1 2 4 3 2 1 2 1 2 3 3 2 1 2 1 2 3 3 1 1
output:
1 2 1
result:
wrong answer 3rd numbers differ - expected: '-1', found: '1'