Problem binarycoins
User G
Submission Time 2025-02-19 18:50:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:6:14: error: expected initializer before ‘b’
6 | unsigned ll b;cin>>b;
| ^
binarycoins.cpp:6:21: error: ‘b’ was not declared in this scope
6 | unsigned ll b;cin>>b;
| ^