p, q = map(int, input().split()) n = int(input()) if((p+q)%2==0): print(n) else: print(1/0)