Problem | 3nplus1 |
---|---|
User | G |
Submission Time | 2024-02-10 21:13:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:15: error: expected primary-expression before ‘)’ token
7 | else if(n%2==){
| ^
3nplus1.cpp:12:5: error: unable to find numeric literal operator ‘operator""n’
12 | n=3n+1;
| ^~