QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#644392 | #1809. Find the MST for Grid | HuangHanSheng | WA | 1ms | 3852kb | C++23 | 953b | 2024-10-16 13:42:13 | 2024-10-16 13:42:14 |
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: 1ms
memory: 3852kb
input:
2 3 1 1 3 6 1 4 1 2
output:
3 6
result:
wrong answer expected '17', found '3'