Problem binarycoins
User aanyabiswas
Submission Time 2024-10-12 20:27:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:8:5: error: expected ‘,’ or ‘;’ before ‘int’
8 | int total = 0;
| ^~~
binarycoins.cpp:12:23: error: expected ‘;’ before ‘}’ token
12 | counter ++
| ^
| ;
13 | }
| ~