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