QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#511481 | #7415. Fast Spanning Tree | egypt_ioi2024_07 | RE | 0ms | 20392kb | C++23 | 1.9kb | 2024-08-09 22:49:51 | 2024-08-09 22:49:52 |
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: 0ms
memory: 20392kb
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 2 3 1 4
result:
ok 5 number(s): "4 2 3 1 4"
Test #2:
score: -100
Runtime Error
input:
3 5 3 2 2 1 2 6 1 2 6 1 2 3 1 2 6 2 3 6