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