print((lambda x : (x[2] // (2*x[0]))*x[1])(list(map(int, input().split()))))