Problem | gecko |
---|---|
User | vince |
Submission Time | 2023-11-15 11:23:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int32_t main()’:
gecko.cpp:15:17: error: ‘k’ was not declared in this scope
15 | grid[i][j] = k;
| ^
gecko.cpp:20:3: error: reference to ‘max’ is ambiguous
20 | max[0][i] = grid[0][i];
| ^~~
In file included from /usr/include/c++/9/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from gecko.cpp:1:
/usr/include/c++/9/bits/stl_algo.h:3468:5: note: candidates are: ‘template<class _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, _Compare)’
3468 | max(initializer_list<_Tp> __l, _Compare __comp)
| ^~~
/usr/include/c++/9/bits/stl_algo.h:3462:5: note: ‘template<class _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)’
3462 | max(initializer_list<_Tp> __l)
| ^~~
In file included from /usr/include/c++/9/bits/specfun.h:4