Problem parallelogramisation
User Lazer
Submission Time 2025-08-15 15:22:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:13:23: error: expected ‘;’ before ‘}’ token
13 | a.push_back(sub)
| ^
| ;
14 | }else if(sub==2){
| ~
parallelogramisation.cpp:16:21: error: expected ‘;’ before ‘}’ token
16 | a.pop_back()
| ^
| ;
17 | }
| ~