weight = int(input("what is your weight? (kgs) "))
height = float(input("what is your height? (m) "))
print(weight/height**2)