Problem 3nplus1
User n
Submission Time 2024-02-19 17:12:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
3nplus1.cpp:6:15: note: to match this ‘{’
6 | while (n != 1){
| ^
3nplus1.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
3nplus1.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^