QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#300116 | #83. Jumping Grasshopper | lmq26052003 | WA | 1ms | 3436kb | C++17 | 2.7kb | 2024-01-07 18:15:17 | 2024-01-07 18:15:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3436kb
input:
10 4 1 8 5 6 10 20 12 15 2 4 L 2 R 3 U 10 16 L 9
output:
2 R 3 5 L 9 6
result:
wrong answer 2nd lines differ - expected: '5', found: 'R 3 5'