QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#42651 | #896. Horses | larryzhong | WA | 3ms | 3580kb | C++17 | 1.6kb | 2022-08-03 11:06:20 | 2022-08-03 11:06:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 3580kb
input:
3 1 1 0 5 2 1 3 2 3
output:
1 14
result:
ok 2 number(s): "1 14"
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3532kb
input:
3 0 0 1 6 3 1 3 2 1 2
output:
57
result:
wrong answer 1st numbers differ - expected: '39', found: '57'