Problem 3nplus1
User kaitlyn09
Submission Time 2023-02-16 17:10:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:10:20: error: expected ‘;’ before ‘<=’ token
10 | for (int i = 1, i<= n)
| ^~
| ;
3nplus1.cpp:10:20: error: expected primary-expression before ‘<=’ token
10 | for (int i = 1, i<= n)
| ^~
3nplus1.cpp:10:24: error: expected ‘;’ before ‘)’ token
10 | for (int i = 1, i<= n)
| ^
| ;