#28887: python 一行解


jeter.nice@gmail.com (唯一)


print((lambda w,h:round(w/((h/100)**2),1))(int(input()),int(input())))