Problem 3nplus1II
User isaackhong
Submission Time 2023-01-06 20:52:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:15:23: error: expected ‘;’ before ‘}’ token
15 | x.push_back(a)
| ^
| ;
16 |
17 | } else{
| ~
3nplus1II.cpp:19:23: error: expected ‘;’ before ‘}’ token
19 | x.push_back(a)
| ^
| ;
20 | }
| ~