Problem | 3nplus1 |
---|---|
User | Denzio321 |
Submission Time | 2023-02-01 19:56:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:9: error: ‘True’ was not declared in this scope
7 | while (True){
| ^~~~
3nplus1.cpp:16:15: error: expected ‘;’ before ‘}’ token
16 | n = (3*n)+1
| ^
| ;
17 | }
| ~