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