*F, N = map(int, input().split()) F.append(F[-1] ^ F[-2]) print(F[N % 3])