# yukicoder No.379 五円硬貨 N, G, V = map(int, input().split()) print("{:.13f}".format(((N // 5) * G) / V))