QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#300116#83. Jumping Grasshopperlmq26052003WA 1ms3436kbC++172.7kb2024-01-07 18:15:172024-01-07 18:15:18

详细

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'