QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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)