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