QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#117440 | #6107. One Path | Azl26 | WA | 1ms | 3704kb | C++14 | 5.4kb | 2023-07-01 10:09:02 | 2023-07-01 10:09:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3704kb
input:
5 1 1 3 2 4 5 4 3 4 3 2 3 7
output:
14 16
result:
ok 2 number(s): "14 16"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3644kb
input:
7 2 1 2 4 2 3 6 2 4 2 4 5 5 2 6 1 4 7 3
output:
13 15 20
result:
wrong answer 2nd numbers differ - expected: '20', found: '15'