Problem flybot
User carson
Submission Time 2025-05-30 14:14:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int main()’:
flybot.cpp:19:33: error: expected ‘;’ before ‘if’
19 | if(arr[i][j] == 'X') continue
| ^
| ;
20 | if(i > 0) dq[i][j] += dq[i-1][j];
| ~~