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