# coding: utf-8 # Here your code ! # coding: utf-8 # Here your code ! # coding: utf-8 # Here your code ! l = list(map(int, input().split())) n=l[0]//5 print (float(n*l[1])/l[2])