Problem | gecko |
---|---|
User | glog |
Submission Time | 2023-05-24 17:26:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:18:18: error: ‘y’ was not declared in this scope
18 | cin >> arr[y][x];
| ^
gecko.cpp:18:21: error: ‘x’ was not declared in this scope
18 | cin >> arr[y][x];
| ^
gecko.cpp:24:26: error: ‘x’ was not declared in this scope
24 | ans = max(ans, recur(x, 0));
| ^