n,g,v=[int(i) for i in input().split(" ")] print((n//5)*g/v)