n, g, v = map(int, input().split()) ans = (g*(n//5))/v print(ans)