QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#59437 | #2543. Edges, Colors and MST | GuanYunchang | WA | 2ms | 9268kb | C++ | 5.3kb | 2022-10-29 16:23:05 | 2022-10-29 16:23:09 |
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: 2ms
memory: 9268kb
input:
4 5 1 2 0 2 3 1 3 4 1 2 4 0 1 3 1
output:
jump from 2 to 1 jump from 4 to 1 3 1 4 5 2
result:
wrong output format Expected integer, but "jump" found