Problem gecko
User vince
Submission Time 2023-11-15 11:31:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gecko.cpp: In function ‘int32_t main()’:
gecko.cpp:24:26: error: ‘maximum’ was not declared in this scope
24 | a[i][0] = grid[i][0] + maximum(a[i-1][0], a[i-1][1]);
| ^~~~~~~
gecko.cpp:32:12: error: ‘maximum’ was not declared in this scope
32 | achong = maximum(a[h-1][i-1],a[h-1][i]);
| ^~~~~~~