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