Problem binarycoins
User Usu
Submission Time 2025-08-11 09:13:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | n = (n+1)/2
| ^
| ;
13 | } else {
| ~