F0,F1,N = map(int,input().split()) l = [F0,F1,F1 ^ F0]*(abs(N)//3+1) print(l[N])