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

Compile Error

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