QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#600127 | #6560. Broken Minimum Spanning Tree | ucup-team132# | WA | 0ms | 4108kb | C++20 | 3.2kb | 2024-09-29 14:54:02 | 2024-09-29 14:54:03 |
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: 4108kb
input:
4 4 1 2 10 2 3 3 3 4 1 1 4 4
output:
add 3 4 add 2 3 add 1 2 1 1 4
result:
wrong output format Expected integer, but "add" found