Problem | 3nplus1 |
---|---|
User | Runjia |
Submission Time | 2025-02-08 12:16:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:7:10: error: expected ‘;’ before ‘)’ token
7 | for(n!=1){
| ^
| ;
3nplus1.cpp:16:1: error: expected primary-expression before ‘}’ token
16 | }
| ^
3nplus1.cpp:15:3: error: expected ‘;’ before ‘}’ token
15 | }
| ^
| ;
16 | }
| ~
3nplus1.cpp:16:1: error: expected primary-expression before ‘}’ token
16 | }
| ^
3nplus1.cpp:15:3: error: expected ‘)’ before ‘}’ token
15 | }
| ^
| )
16 | }
| ~
3nplus1.cpp:7:5: note: to match this ‘(’
7 | for(n!=1){
| ^
3nplus1.cpp:16:1: error: expected primary-expression before ‘}’ token
16 | }
| ^