| Problem | 3nplus1 |
|---|---|
| User | wtnetlegend |
| Submission Time | 2025-01-27 23:56:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:19: error: expected ‘;’ before ‘}’ token
8 | cout << n << " "
| ^
| ;
9 | }
| ~
3nplus1.cpp:12:20: error: expected ‘;’ before ‘}’ token
12 | cout << n << " "
| ^
| ;
13 | }
| ~
3nplus1.cpp:13:4: error: expected ‘}’ at end of input
13 | }
| ^
3nplus1.cpp:5:15: note: to match this ‘{’
5 | while (n > 1){
| ^
3nplus1.cpp:13:4: error: expected ‘}’ at end of input
13 | }
| ^
3nplus1.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^