Problem lvm
User themadpotato
Submission Time 2023-04-22 14:08:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lvm.cpp: In function ‘int main()’:
lvm.cpp:30:16: error: expected ‘;’ before ‘:’ token
30 | blocks.pop():
| ^
| ;
lvm.cpp:33:18: error: ‘b’ was not declared in this scope
33 | blocks.push(a+b);
| ^
lvm.cpp:36:16: error: expected ‘;’ before ‘:’ token
36 | blocks.pop():
| ^
| ;
lvm.cpp:39:18: error: ‘b’ was not declared in this scope
39 | blocks.push(a*b);
| ^