Problem | gecko |
---|---|
User | carson |
Submission Time | 2025-04-29 20:42:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:15:65: error: expected ‘;’ before ‘)’ token
15 | arr[i][j] = max(max(arr[i-1][j-1],arr[i-1][j]),arr[i-1][j+1])) + values[i][j];
| ^
| ;
gecko.cpp:18:10: error: ‘max_elements’ was not declared in this scope
18 | cout << max_elements(arr);
| ^~~~~~~~~~~~