QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'