Problem binarycoins
User definitelymaybe
Submission Time 2025-10-11 20:44:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:5:5: error: ‘unisigned’ was not declared in this scope; did you mean ‘unsigned’?
5 | unisigned long long B;
| ^~~~~~~~~
| unsigned
binarycoins.cpp:6:12: error: ‘B’ was not declared in this scope
6 | cin >> B;
| ^