QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#648728 | #7737. Extending Distance | LYH_cpp | WA | 0ms | 3656kb | C++23 | 3.2kb | 2024-10-17 20:07:57 | 2024-10-17 20:08:01 |
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: 3656kb
input:
2 3 4 6 2 1 15 7 1 9 13 3 2 3 6 1 2 5 2 15 3 3 3 3 1 1 2 2 3 3 1 1 1 2 2 2
output:
6 4 4 15 7 1 9 13 3 3 3 6 1 2 5 2 15 3 3 2 3 2 2 3 3 1 1 1 2 2 2
result:
wrong answer The length of shortest path shoult extend exactly K. (test case 1)