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