Problem | 3nplus1 |
---|---|
User | ArikLegend |
Submission Time | 2024-11-02 00:55:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:29: error: expected ‘)’ before ‘;’ token
9 | for (int i = 0; n != 1; i++;){
| ~ ^
| )
3nplus1.cpp:9:30: error: expected primary-expression before ‘)’ token
9 | for (int i = 0; n != 1; i++;){
| ^