문제

링크

풀이

import math
n = int(input())
print(math.isqrt(n))