| Problem | flybot |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-02-23 14:40:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flybot.cpp: In function ‘int main()’:
flybot.cpp:21:20: error: expected ‘)’ before '.'
21 | if (maze[i][0] =0 '.'){
| ~ ^~~~
| )
flybot.cpp:29:17: error: ‘d’ was not declared in this scope
29 | dp[p][i] == d[p][i-1] + d[p-1][i];
| ^