from decimal import Decimal N, G, V = map(Decimal, input().split()) print((N // 5) * G / V)