0_0_38918921_12781.cpp: In function 'int main()':
0_0_38918921_12781.cpp:82:27: error: call of overloaded 'sqrt(__int128&)' is ambiguous
82 | int t=sqrt(n);
| ~~~~^~~
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:192:18: note: candidate: 'double sqrt(double)'
192 | double __cdecl sqrt(double _X);
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cmath:469:3: note: candidate: 'constexpr long double std::sqrt(long double)'
469 | sqrt(long double __x)
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cmath:465:3: note: candidate: 'constexpr float std::sqrt(float)'
465 | sqrt(float __x)
| ^~~~
|