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