QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37722 | #1195. One-Way Conveyors | GuanYunchang | WA | 19ms | 94384kb | C++17 | 6.0kb | 2022-07-02 16:05:38 | 2022-07-02 16:05:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 12ms
memory: 94384kb
input:
3 2 1 2 2 3 3 1 2 1 3 2 3
output:
Yes 1 2 2 3
result:
ok OK!
Test #2:
score: -100
Wrong Answer
time: 19ms
memory: 94352kb
input:
3 2 1 2 2 3 3 1 2 1 3 3 2
output:
Yes 1 2 2 3
result:
wrong answer Output doesn't match the expected answer