# -*- coding: utf-8 -*- N, G, V = map(int, input().split()) goen = N // 5 gas = goen * G print(format(gas/V, '.12f'))