Problem binarycoins
User qxlqx
Submission Time 2024-08-17 09:23:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:11:14: error: expected ‘,’ or ‘;’ before ‘ull’
11 | int k = (b)ull >> i; //how to get this to work as ull?
| ^~~