Problem | flybot |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2025-04-16 10:16:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flybot.cpp: In function ‘int main()’:
flybot.cpp:8:21: error: template argument 1 is invalid
8 | vector<vector<int> obstacleGrid;
| ^~~~~~~~~~~~
flybot.cpp:8:21: error: template argument 2 is invalid
flybot.cpp:28:3: error: ‘obstacleGrid’ was not declared in this scope
28 | obstacleGrid.push_back(ans);
| ^~~~~~~~~~~~
flybot.cpp:30:13: error: ‘obstacleGrid’ was not declared in this scope
30 | int m = obstacleGrid.size();
| ^~~~~~~~~~~~