Problem lvm
User AltheaZ
Submission Time 2023-07-24 16:47:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lvm.cpp: In function ‘int main()’:
lvm.cpp:18:11: error: expected ‘;’ before ‘temp’
18 | cin>>x
| ^
| ;
19 | temp.push_back(x);
| ~~~~