Problem | 3nplus1 |
---|---|
User | StarSparrowFox |
Submission Time | 2024-01-24 17:58:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:13:11: error: expected ‘;’ before ‘}’ token
13 | n = n/2
| ^
| ;
14 | }
| ~