Problem | 3nplus1 |
---|---|
User | adammmamammamamamaamamam |
Submission Time | 2023-04-15 23:06:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:6:6: error: expected primary-expression before ‘<’ token
6 | n =< 10000;
| ^
3nplus1.cpp:6:13: error: expected ‘}’ at end of input
6 | n =< 10000;
| ^
3nplus1.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^