Problem minstack
User Jude
Submission Time 2026-03-12 08:49:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp:5:1: error: ‘obstack’ is not a template
5 | obstack<pair<long long, long long>> minStack;
| ^~~~~~~
minstack.cpp:5:37: error: aggregate ‘obstack minStack’ has incomplete type and cannot be defined
5 | obstack<pair<long long, long long>> minStack;
| ^~~~~~~~