import math
number = int(input('Enter number over 500 : '))
#print(round(math.sqrt(number)))
print(round(math.sqrt(number), 2))