a, b, x = map(int, input().split()) print(b * ((x-1)//a+1))