Problem binarycoins
User havinaaaaash
Submission Time 2024-06-05 08:22:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:9:6: error: expected ‘(’ before ‘b’
9 | if b >= (unsigned long long)(pow(2, i)){
| ^
| (