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