pythonimport math N = int(input()) print(math.isqrt(N))
import math N = int(input()) print(math.isqrt(N))