Problem | flybot |
---|---|
User | vince |
Submission Time | 2023-11-15 10:59:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flybot.cpp: In function ‘int32_t main()’:
flybot.cpp:18:16: error: expected ‘;’ before ‘for’
18 | ways[0][0] = 1
| ^
| ;
19 | for (int i = 0; i < h; i++) {
| ~~~
flybot.cpp:19:18: error: ‘i’ was not declared in this scope
19 | for (int i = 0; i < h; i++) {
| ^