Problem flybot
User HighLithop
Submission Time 2025-07-08 10:20:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int main()’:
flybot.cpp:32:24: error: expected ‘;’ before ‘}’ token
32 | a[i][j] = 0
| ^
| ;
33 | } else {
| ~