| Problem | minstack |
|---|---|
| User | oiu890 |
| Submission Time | 2026-02-04 16:15:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘void push(int)’:
minstack.cpp:9:18: error: no matching function for call to ‘min(<unresolved overloaded function type>, int&)’
9 | gmin = min(min,X);
| ^
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 minstack.cpp:1:
/usr/include/c++/9/bits/stl_algobase.h:198:5: note: candidate: ‘constexpr const _Tp& std::min(const _Tp&, const _Tp&) [with _Tp = int]’
198 | min(const _Tp& __a, const _Tp& __b)
| ^~~
/usr/include/c++/9/bits/stl_algobase.h:198:20: note: no known conversion for argument 1 from ‘<unresolved overloaded function type>’ to ‘const int&’
198 | min(const _Tp& __a, const _Tp& __b)
| ~~~~~~~~~~~^~~
/usr/include/c++/9/bits/stl_algobase.h:246:5: note: candidate: ‘template<clas