answer.code: In function ‘__int128 fs(__int128, __int128)’:
answer.code:43:24: error: call of overloaded ‘pow(__int128&, __int128&)’ is ambiguous
43 | return f(x)/pow(x,k);
| ~~~^~~~~
In file included from /usr/include/features.h:461,
from /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:39,
from /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:571,
from /usr/include/c++/11/iostream:38,
from answer.code: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));
| ^~~~~~~~~~~~~~
In file included from /usr/include/c++/11/math.h:36,
from answer.code:2:
/usr/include/c++/11/cmath:392:3: note: candidate: ‘constexpr long double std::pow(long double, long double)’
392 | pow(long double __x, long double __y)
| ^~~
/usr/include/c++/11/cmath:388:3: note: candidate: ‘constexpr float std::pow(float, float)’
388 | pow(float __x, float __y)
| ^~~