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