Problem | housevisit |
---|---|
User | hmm |
Submission Time | 2022-12-23 17:25:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
housevisit.cpp: In function ‘std::vector<long long int> dp(long long int, long long int)’:
housevisit.cpp:18:68: error: no matching function for call to ‘min(__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type, long int)’
18 | for(int j = n-1; j >= 1; j--) tmp[j] = min(tmp[j-1]+i.second, INF);
| ^
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 housevisit.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 fail