Problem 3nplus1
User Minjia
Submission Time 2023-11-08 11:59:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:13: error: expected ‘;’ before ‘}’ token
11 | cout << n
| ^
| ;
12 | }
| ~
3nplus1.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | cout << n
| ^
| ;
16 | }
| ~
3nplus1.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
3nplus1.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^