Problem gecko
User Nigelee77
Submission Time 2024-11-27 19:52:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gecko.cpp: In function ‘int eval(int (*)[501], int, int)’:
gecko.cpp:17:88: error: no matching function for call to ‘max(<brace-enclosed initializer list>)’
17 | return max({eval(grid, i + 1, j - 1), eval(grid, i + 1, j), eval(grid, i + 1, j + 1)}) + grid[i][j];
| ^
In file included from /usr/include/c++/9/bits/char_traits.h:39,
from /usr/include/c++/9/ios:40,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from gecko.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:222:5: note: candidate: ‘template<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)’
222 | max(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/9/bits/stl_algobase.h:222:5: note: template argument deduction/substitution failed:
gecko.cpp:17:88: note: