| Problem | eelimination |
|---|---|
| User | xyzidk9 |
| Submission Time | 2026-04-25 09:44:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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
eelimination.cpp:21:25: error: expected ‘;’ before ‘}’ token
21 | answer[i] = stk.top()
| ^
| ;
22 | }
| ~