Problem flybot
User carson
Submission Time 2025-05-21 17:33:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int main()’:
flybot.cpp:24:22: error: expected ‘;’ before ‘}’ token
24 | cout << dq[n-1][m-1]
| ^
| ;
25 | }
| ~