QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#427421 | #7737. Extending Distance | zlxFTH | WA | 0ms | 13964kb | C++14 | 4.9kb | 2024-06-01 13:16:32 | 2024-06-01 13:16:33 |
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: 13964kb
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:
9 4 1 15 7 1 12 13 7 2 3 6 1 2 5 2 15 3 4 2 3 2 3 3 3 1 1 1 2 2 6
result:
wrong answer The output T doesn't match number of operations. (test case 2)