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