Problem binarycoins
User Mimikyu
Submission Time 2023-11-26 12:32:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int tobles(int)’:
binarycoins.cpp:7:8: error: expected ‘;’ before ‘}’ token
7 | a=2*a
| ^
| ;
8 | }
| ~