Problem eelimination
User ayreentazz
Submission Time 2026-04-25 09:43:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eelimination.cpp: In function ‘int main()’:
eelimination.cpp:12:24: error: expected ‘;’ before ‘)’ token
12 | for(int i=n-1;i>=0,i--){
| ^
| ;
eelimination.cpp:13:45: error: ‘height’ was not declared in this scope; did you mean ‘heights’?
13 | while(!stk.empty() and heights[stk.top()]<height[i]){
| ^~~~~~
| heights
eelimination.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
eelimination.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^