QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#51262 | #2543. Edges, Colors and MST | ZhaoZiLong | WA | 2ms | 3100kb | C++17 | 1.6kb | 2022-10-01 16:08:35 | 2022-10-01 16:08:36 |
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: 3100kb
input:
4 5 1 2 0 2 3 1 3 4 1 2 4 0 1 3 1
output:
[0, 2] [5, 5] mx = -4, p = 5, c = 5 f = 11 mx = -4 11
result:
wrong output format Expected integer, but "[0," found