Problem | brick |
---|---|
User | Stefan |
Submission Time | 2025-03-08 10:58:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:9:9: error: ‘stk’ was not declared in this scope; did you mean ‘stl’?
9 | while(stk.size() >= 1 && stk.top() <= x) stk.pop ();
| ^~~
| stl
brick.cpp:10:3: error: ‘stk’ was not declared in this scope; did you mean ‘stl’?
10 | stk.push(x);
| ^~~
| stl
brick.cpp:12:8: error: ‘stk’ was not declared in this scope; did you mean ‘stl’?
12 | while(stk.size() >= 1) {
| ^~~
| stl