QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#585859 | #5648. Crossing the Railways | pokorfanclub | WA | 1ms | 3632kb | C++20 | 6.5kb | 2024-09-23 22:26:53 | 2024-09-23 22:26:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3632kb
input:
4 3 5 1 1 2 1 3 4 1 2 3 2 3 4 3
output:
0
result:
ok single line: '0'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3628kb
input:
3 3 12 2 2 10 1 1 6 2 8 12 3
output:
3
result:
wrong answer 1st lines differ - expected: '2', found: '3'