#coding: utf-8 #yuki_379 from decimal import * n,g,v=map(int,raw_input().split()) x=n/5*g y=Decimal(x)/Decimal(v) print y