| Problem | brick |
|---|---|
| User | ForsakenPBJ |
| Submission Time | 2025-01-24 18:48:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:11:24: error: expected ‘;’ before ‘if’
11 | length = stack.size()
| ^
| ;
12 | if (x > stack[length-1]){
| ~~
brick.cpp:15:3: error: ‘else’ without a previous ‘if’
15 | else {
| ^~~~