f0, f1, n = map(int, input().split()) F = [f0, f1] F.append(F[0] ^ F[1]) print(F[n % 3])