QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#111757 | #3888. Mountaineers | lmq26052003 | WA | 3ms | 8152kb | C++20 | 3.2kb | 2023-06-08 16:02:46 | 2023-06-08 16:02:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 7672kb
input:
3 5 3 1 3 2 1 3 2 4 5 4 4 2 1 3 2 2 1 1 3 2 2 4 2 2 1 4 3 4
output:
2 4 3
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 8152kb
input:
2 3 8 17 43 20 99 4 13 1 1 1 1 1 2 1 2 1 3 1 3 2 1 2 1 2 2 2 2 2 3 2 3 1 2 1 2 1 1 2 3
output:
0 0 0 0 0 0 0 43
result:
wrong answer 1st lines differ - expected: '17', found: '0'