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