n,g,v = map(int,input().split()) print(g*(n//5)/v)