QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#506875 | #7415. Fast Spanning Tree | egypt_ioi2024_04 | WA | 0ms | 11808kb | C++20 | 2.9kb | 2024-08-06 00:24:45 | 2024-08-06 00:24:45 |
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: 0ms
memory: 11808kb
input:
5 5 1 4 3 4 0 4 5 5 3 1 1 2 5 2 4 3 1 4 1 4
output:
4 1 2 3 4
result:
wrong answer 2nd numbers differ - expected: '2', found: '1'