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