# yukicoder No.379 五円硬貨 2020/01/31 n,g,v=map(int,input().split()) go=n//5 dec=g*go/v print(dec)