Problem binarycoins
User wongyikai
Submission Time 2024-01-05 19:48:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:7:14: error: expected initializer before ‘b2’
7 | unsigned ll b2;
| ^~
binarycoins.cpp:8:9: error: ‘b2’ was not declared in this scope
8 | cin >> b2;
| ^~