Problem dinowalk
User PerihelionfromAphelion
Submission Time 2026-08-01 09:34:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
dinowalk.cpp: In function ‘int main()’:
dinowalk.cpp:29:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
29 | if (height < mid) height[i][j] = 0;
| ^~~
dinowalk.cpp:33:46: error: no matching function for call to ‘min(long long int)’
33 | dist[i][j] = min(dist[i][p] + dist[p][j]);
| ^
In file included from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from dinowalk.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:198:5: note: candidate: ‘template<class _Tp> constexpr const _Tp& std::min(const _Tp&, const _Tp&)’
198 | min(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/9/bits/stl_algobase.h:198:5: note: template argument