| Problem | 3nplus1 |
|---|---|
| User | j48495734 |
| Submission Time | 2026-03-29 08:31:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:10:11: error: expected primary-expression before ‘==’ token
10 | if (n%2)==0{
| ^~
3nplus1.cpp:13:5: error: unable to find numeric literal operator ‘operator""n’
13 | n=3n+1;
| ^~