QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#392640 | #4686. Tours | GuanYunchang | WA | 0ms | 3776kb | C++20 | 2.9kb | 2024-04-17 18:32:49 | 2024-04-17 18:32:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3648kb
input:
4 5 1 2 2 3 3 4 1 4 1 3
output:
1
result:
ok 1 number(s): "1"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3776kb
input:
6 6 1 2 2 3 1 3 1 4 2 5 3 6
output:
1
result:
wrong answer Answer contains longer sequence [length = 2], but output contains 1 elements