Problem eelimination
User xyzidk9
Submission Time 2026-04-25 09:44:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eelimination.cpp: In function ‘int main()’:
eelimination.cpp:14:47: error: ‘height’ was not declared in this scope; did you mean ‘heights’?
14 | while(!stk.empty() and heights[stk.top()] < height[i]){
| ^~~~~~
| heights