noras.cpp: In function 'void solve()':
noras.cpp:23:27: error: call of overloaded 'sqrt(__int128&)' is ambiguous
23 | long double sd = sqrt(D);
| ^
In file included from /usr/include/features.h:461,
from /usr/include/x86_64-linux-gnu/c++/10/bits/os_defines.h:39,
from /usr/include/x86_64-linux-gnu/c++/10/bits/c++config.h:518,
from /usr/include/c++/10/cassert:43,
from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:33,
from noras.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:143:1: note: candidate: 'double sqrt(double)'
143 | __MATHCALL (sqrt,, (_Mdouble_ __x));
| ^~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/c++/10/bits/stdc++.h:41,
from noras.cpp:1:
/usr/include/c++/10/cmath:467:3: note: candidate: 'constexpr long double std::sqrt(long double)'
467 | sqrt(long double __x)
| ^~~~
/usr/include/c++/10/cmath:463:3: note: candidate: 'constexpr float std::sqrt(float)'
463 | sqrt(float __x)
| ^~~~