Problem binarycoins
User SJY123
Submission Time 2023-12-21 18:31:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:17:7: error: expected ‘;’ before ‘cout’
17 | cnt++
| ^
| ;
18 | cout << cnt;
| ~~~~