0_0_39347875_32424.cpp: In function '__int128 ss(ll, ll, ll)':
0_0_39347875_32424.cpp:30:19: error: call of overloaded 'pow(__int128&, ll&)' is ambiguous
30 | res *= pow(s, b);
| ~~~^~~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cmath:47,
from 0_0_39347875_32424.cpp:3:
gcc-13.1.0/x86_64-w64-mingw32/include/math.h:191:18: note: candidate: 'double pow(double, double)'
191 | double __cdecl pow(double _X,double _Y);
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cmath:394:3: note: candidate: 'constexpr long double std::pow(long double, long double)'
394 | pow(long double __x, long double __y)
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cmath:390:3: note: candidate: 'constexpr float std::pow(float, float)'
390 | pow(float __x, float __y)
| ^~~
|