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