Problem | wormholes |
---|---|
User | r1r2r3r4 |
Submission Time | 2025-08-13 16:18:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wormholes.cpp: In function ‘int main()’:
wormholes.cpp:27:21: error: expected ‘;’ before ‘}’ token
27 | memo[i] = -1
| ^
| ;
28 | }
| ~
wormholes.cpp:36:38: error: no matching function for call to ‘min()’
36 | if (out[i-1] > 0) ans += min()
| ^
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 wormholes.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 deduction/substitution failed:
wormhole