import math N = int(input()) r = (N/(math.pi))**0.5 print(int(r))