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