Problem | minimum |
---|---|
User | burningout |
Submission Time | 2025-03-04 10:55:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:6:23: error: no matching function for call to ‘min(<unresolved overloaded function type>, int&)’
6 | minV = min(min, A[i]);
| ^
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 minimum.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:198:5: note: candidate: ‘constexpr const _Tp& std::min(const _Tp&, const _Tp&) [with _Tp = int]’
198 | min(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/9/bits/stl_algobase.h:198:20: note: no known conversion for argument 1 from ‘<unresolved overloaded function type>’ to ‘const int&’
198 | min(const _Tp& __a, const _Tp& __b)
| ~~~~~~~~~~~^~~
/usr/include/c++/9/bits/stl_algobase.h:246:5: note: candidate: ‘t