Problem flybot
User YH
Submission Time 2024-02-17 17:13:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘void num_of_ways(char**, int, int, int&, int, int)’:
flybot.cpp:26:24: error: ‘row’ was not declared in this scope; did you mean ‘rows’?
26 | if (position_y+1 == row-1) {
| ^~~
| rows
flybot.cpp:32:22: error: ‘column’ was not declared in this scope; did you mean ‘columns’?
32 | if (position_x < column-1) {
| ^~~~~~
| columns