Problem binarycoins
User MS
Submission Time 2023-08-29 14:34:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:7:11: error: ‘ll’ was not declared in this scope
7 | if(b & (ll)1<<i){
| ^~
binarycoins.cpp:7:14: error: expected ‘)’ before numeric constant
7 | if(b & (ll)1<<i){
| ~ ^
| )