Problem burgers
User PlayVoltz
Submission Time 2023-09-21 22:50:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘int main()’:
burgers.cpp:26:49: error: no matching function for call to ‘min(<unresolved overloaded function type>, __gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type)’
26 | count1 = min(count, (mats[i]-r1[i]*low)/r2[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 burgers.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