#!/usr/bin/env python N,G,V = map(int,raw_input().split()) calc1 = N/5 calc2 = G * calc1 calc3 = calc2 / V print calc3