Problem | distribution |
---|---|
User | ZivTheONe |
Submission Time | 2024-10-11 15:11:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
distribution.cpp: In member function ‘void Solution::lemmy()’:
distribution.cpp:58:33: error: no matching function for call to ‘min(ll&, int)’
58 | for (int i = 1; i <= min(N, 30); i++){
| ^
In file included from /usr/include/c++/9/bits/char_traits.h:39,
from /usr/include/c++/9/ios:40,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from distribution.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:
distribution.cpp:58:33: note: deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘int’)
58 | for (int i = 1; i <= m