| Problem | candymountain_ex |
|---|---|
| User | phoenixai0 |
| Submission Time | 2025-11-21 22:00:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
candymountain_ex.cpp: In function ‘int main()’:
candymountain_ex.cpp:7:23: error: ‘ll_MAX’ was not declared in this scope
7 | vector<ll> d(n+1, ll_MAX);
| ^~~~~~
candymountain_ex.cpp:14:50: error: no matching function for call to ‘max(int, ll)’
14 | cout << *min_element(d.begin() + max(0, n - k), d.begin() + n);
| ^
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 candymountain_ex.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:222:5: note: candidate: ‘template<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)’
222 | max(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/9/bits/stl_algobase.h:222:5: note: template argument deduction/subs