0_0_39100885_16099.cpp: In function 'bool ok(__int128)':
0_0_39100885_16099.cpp:17:16: error: call of overloaded 'log(__int128&)' is ambiguous
17 | int z = log(x);
| ~~~^~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cmath:47,
from .\stdc++.h:114:
gcc-13.1.0/x86_64-w64-mingw32/include/math.h:189:18: note: candidate: 'double log(double)'
189 | double __cdecl log(double _X);
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cmath:344:3: note: candidate: 'constexpr long double std::log(long double)'
344 | log(long double __x)
| ^~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cmath:340:3: note: candidate: 'constexpr float std::log(float)'
340 | log(float __x)
| ^~~
|