Problem | binarycoins |
---|---|
User | DoubleShaurya |
Submission Time | 2024-02-15 18:14:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int min_notes(long long int)’:
binarycoins.cpp:8:30: error: ‘log2’ was not declared in this scope
8 | int note = 1 << (int)log2(B);
| ^~~~