A, B, C = map(int, input().split()) print(C * A / B)