Problem 3nplus1
User adammmamammamamamaamamam
Submission Time 2023-04-15 23:07:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:6: error: redeclaration of ‘int n’
6 | int n =< 10000;
| ^
3nplus1.cpp:4:6: note: ‘int n’ previously declared here
4 | int n;
| ^
3nplus1.cpp:6:9: error: expected primary-expression before ‘<’ token
6 | int n =< 10000;
| ^