Problem flybot
User Ush
Submission Time 2023-11-16 10:16:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int32_t main()’:
flybot.cpp:19:19: error: expected primary-expression before ‘]’ token
19 | dp[0][0] = 1; ]
| ^
flybot.cpp:21:21: error: ‘j’ was not declared in this scope
21 | for (int j = 1; j < W; ++j) {
| ^