Problem | goombatower |
---|---|
User | Xiaoyang |
Submission Time | 2023-12-11 10:48:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goombatower.cpp: In function ‘int main()’:
goombatower.cpp:67:24: error: no matching function for call to ‘min(ll&, int)’
67 | rep(i,1,min(n,10000000))update(rt,1,1e9,i,1);
| ^
goombatower.cpp:14:35: note: in definition of macro ‘rep’
14 | #define rep(i,a,b) for (ll i=a;i<(b);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 goombatower.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:
goombatower.cpp:67:24: note: deduced conflicti