Square root of 1 in mod 1e300 by llhuii

y=int(input());m=1;exec("m*=10;y+=y*y//2*-y%m;"*300);print(y)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page