v_input = map(int, raw_input().split()) print(int(pow((v_input[0] + v_input[1]) / 2, v_input[2], 1000000007)))