f, ff, n = map(int, input().split()) F = [f, ff, f ^ ff] print(F[n % 3])