Problem hedgehogcrimes_easy
User wasdplant
Submission Time 2025-03-15 18:10:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hedgehogcrimes_easy.cpp: In function ‘int32_t main()’:
hedgehogcrimes_easy.cpp:18:41: error: no matching function for call to ‘pow(int, long long int&, const long long int&)’
18 | if (i < K) dp[i] = pow(2, i, mod);
| ^
In file included from /usr/include/features.h:461,
from /usr/include/x86_64-linux-gnu/c++/9/bits/os_defines.h:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/c++config.h:528,
from /usr/include/c++/9/cassert:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from hedgehogcrimes_easy.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:140:1: note: candidate: ‘double pow(double, double)’
140 | __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
| ^~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:140:1: note: candidate expects 2 arguments, 3 provided