Problem minstack
User itsLQ
Submission Time 2023-11-26 01:35:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minstack.cpp: In function ‘int top()’:
minstack.cpp:6:11: error: named return values are no longer supported
6 | int top() return minstack.top().first;
| ^~~~~~
minstack.cpp:10:51: error: ‘b’ was not declared in this scope
10 | if (minstack.empty()) minstack.push(make_pair(b, b));
| ^
minstack.cpp:11:34: error: ‘b’ was not declared in this scope
11 | else minstack.push(make_pair(b, min(minstack.top().second, b)));
| ^