QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#201685 | #6559. A Tree and Two Edges | ucup-team2039 | WA | 9ms | 34364kb | C++20 | 6.5kb | 2023-10-05 16:07:26 | 2023-10-05 16:07:26 |
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: 9ms
memory: 34364kb
input:
4 6 1 2 1 3 1 4 2 3 2 4 1 2 1 3 1 4 2 3 2 4 3 4
output:
3 4 4 4 4 4
result:
wrong answer 2nd lines differ - expected: '3', found: '4'