Problem | minstack |
---|---|
User | DoubleShaurya |
Submission Time | 2024-03-04 16:20:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minstack.cpp:8:58: error: wrong number of template arguments (3, should be at least 1)
8 | vector <long long, vector <long long>, greater <long long>> mins;
| ^~
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from minstack.cpp:1:
/usr/include/c++/9/bits/stl_vector.h:386:11: note: provided for ‘template<class _Tp, class _Alloc> class std::vector’
386 | class vector : protected _Vector_base<_Tp, _Alloc>
| ^~~~~~
minstack.cpp:9:1: error: ‘mins’ does not name a type
9 | mins.push(INT_MAX);
| ^~~~
minstack.cpp: In function ‘void push(int)’: