示例#1
0
def python_sqrt(n):
    return int(mlib.isqrt(n))
示例#2
0
def python_sqrt(n):
    return int(mlib.isqrt(n))