Problem | 3nplus1 |
---|---|
User | Alexis10 |
Submission Time | 2023-11-08 14:04:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:9: error: lvalue required as left operand of assignment
8 | if (n%2=0);
| ^
3nplus1.cpp:15:9: error: lvalue required as left operand of assignment
15 | if (n%2=1)
| ^
3nplus1.cpp:19:9: error: unable to find numeric literal operator ‘operator""n’
19 | n=3n+1;
| ^~