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