Problem flybot
User Karax
Submission Time 2026-05-20 18:01:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int main()’:
flybot.cpp:19:8: error: ‘grid’ was not declared in this scope
19 | if(grid[0][0] == 'X' || map[h-1][w-1] == 'X') {
| ^~~~