Problem | lvm |
---|---|
User | themadpotato |
Submission Time | 2023-04-22 14:06:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lvm.cpp: In function ‘int main()’:
lvm.cpp:19:8: error: ‘i’ was not declared in this scope
19 | while(i<n){
| ^
lvm.cpp:29:16: error: expected ‘;’ before ‘:’ token
29 | blocks.pop():
| ^
| ;
lvm.cpp:32:18: error: ‘b’ was not declared in this scope
32 | blocks.push(a+b);
| ^
lvm.cpp:35:16: error: expected ‘;’ before ‘:’ token
35 | blocks.pop():
| ^
| ;
lvm.cpp:38:18: error: ‘b’ was not declared in this scope
38 | blocks.push(a*b);
| ^