QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#629005 | #7749. A Simple MST Problem | GuanYunchang | WA | 559ms | 115680kb | C++23 | 2.7kb | 2024-10-11 00:14:11 | 2024-10-11 00:14:12 |
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: 559ms
memory: 115680kb
input:
5 1 1 4 5 1 4 1 9 19 810
output:
0 2 3 9 2464
result:
wrong answer 5th lines differ - expected: '1812', found: '2464'