fork download
  1. a = input()
  2. b = input()
  3.  
  4. bmi = a / b ** 2
  5.  
  6. print(bmi)
Success #stdin #stdout 0.01s 7352KB
stdin
100
1.5
stdout
44.4444444444