A, B, X = map(int, input().split()) print(B * ((X + A - 1)// A))