Python
a = int(input()) b = int(input()) c = a/(b*b) print(c)