N,G,V = map(int,input().split()) yen = N/5 gareki = int(yen)*G print(gareki/V)