Problem | 3nplus1 |
---|---|
User | quackquack |
Submission Time | 2023-11-20 12:37:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:10: error: expected ‘;’ before ‘cout’
9 | n /= 2
| ^
| ;
10 | cout << n;
| ~~~~
3nplus1.cpp:14:10: error: expected ‘;’ before ‘n’
14 | n *= 3
| ^
| ;
15 | n += 1
| ~