Problem | 3nplus1 |
---|---|
User | Priyankha13 |
Submission Time | 2023-07-27 13:29:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:13: error: expected ‘;’ before ‘cout’
13 | n = n / 2
| ^
| ;
14 | cout << n
| ~~~~