a, b, t = list(map(int, input().split())) modulo = 10 ** 9 + 7 x = (a + b) // 2 print(pow(x, t, modulo))