QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#344246 | #2543. Edges, Colors and MST | ParsaGolestani | WA | 0ms | 11460kb | C++20 | 2.6kb | 2024-03-03 20:30:08 | 2024-03-03 20:30:08 |
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: 11460kb
input:
4 5 1 2 0 2 3 1 3 4 1 2 4 0 1 3 1
output:
4
result:
wrong answer 1st numbers differ - expected: '3', found: '4'