y,w,h = map(int, input().split()) print(y*h/w)