Problem | minstack |
---|---|
User | aj |
Submission Time | 2025-01-24 17:27:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minstack.cpp: In function ‘int main()’:
minstack.cpp:6:2: error: ‘iso_base’ has not been declared
6 | iso_base::sync_with_stdio(false);
| ^~~~~~~~
minstack.cpp:27:17: error: ‘class std::stack<long long int>’ has no member named ‘getMin’
27 | cout<<values.getMin();
| ^~~~~~