Problem binarycoins
User yc
Submission Time 2025-06-03 07:41:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:11:26: error: expected ‘;’ before ‘}’ token
11 | if (n%2==1){n=n-1;c=c+1}
| ^
| ;