N, G, V = map(int, input().split()) print(N//5 * G / V)