Problem binarycoins
User usernamehere
Submission Time 2023-09-15 16:41:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:8:17: error: ‘pow’ was not declared in this scope
8 | if (b > pow(2, i)) {
| ^~~