a,b,c = map(int,input().split()) d = a//5 e = d*b f = e/c print(f)