Problem pilot
User dzuizz
Submission Time 2023-06-29 17:38:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pilot.cpp: In function ‘int main()’:
pilot.cpp:41:32: error: no matching function for call to ‘min(ll&, int)’
41 | for (ll i=0; i<min(n,900000); i++) {
| ^
In file included from /usr/include/c++/9/algorithm:61,
from pilot.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:
pilot.cpp:41:32: note: deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘int’)
41 | for (ll i=0; i<min(n,900000); i++) {
| ^
In file included from /usr/include/c++/9/algorithm:61,
from pilot.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:246:5: note: candidate: