0_0_34672932_20599.cpp: In function 'int main()':
0_0_34672932_20599.cpp:126:30: error: 'log2' was not declared in this scope
else cost = -log2(1 - cost);
^
0_0_34672932_20599.cpp:141:37: error: 'pow' was not declared in this scope
printf("%.2lf\n", 1 - pow(2, -cost));
^
|