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