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