| Problem | 3nplus1 |
|---|---|
| User | yq |
| Submission Time | 2026-06-24 20:18:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:11: error: expected ‘;’ before ‘)’ token
8 | for(n!=1){
| ^
| ;
3nplus1.cpp:17:1: error: expected primary-expression before ‘}’ token
17 | }
| ^
3nplus1.cpp:16:4: error: expected ‘;’ before ‘}’ token
16 | ;}
| ^
| ;
17 | }
| ~
3nplus1.cpp:17:1: error: expected primary-expression before ‘}’ token
17 | }
| ^
3nplus1.cpp:16:4: error: expected ‘)’ before ‘}’ token
16 | ;}
| ^
| )
17 | }
| ~
3nplus1.cpp:8:6: note: to match this ‘(’
8 | for(n!=1){
| ^
3nplus1.cpp:17:1: error: expected primary-expression before ‘}’ token
17 | }
| ^