Problem 3nplus1
User laurenpak
Submission Time 2023-12-14 08:55:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:11:30: error: expected ‘;’ before ‘}’ token
11 | newnum = newnum/2
| ^
| ;
12 | }
| ~