F0,F1,N = map(int,input().split()) l = [F0,F1,F1 ^ F0] print(l[abs(N)%3])