瓦斯gasと読む。

#!/usr/bin/env python3
n, g, v = map(int,input().split())
print('%.12f' % ((n // 5) * g / v))