Problem lvm
User Longcx
Submission Time 2023-11-15 11:14:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lvm.cpp: In function ‘int main()’:
lvm.cpp:56:15: error: expected ‘}’ at end of input
56 | stepCount+=1;
| ^
lvm.cpp:20:17: note: to match this ‘{’
20 | while (!isDone){
| ^
lvm.cpp:56:15: error: expected ‘}’ at end of input
56 | stepCount+=1;
| ^
lvm.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^