n, g, v = map(int, input().split()) mai = n // 5 volume = g * mai print(f'{volume/v:.12f}')