a,b,n=map(int, input().split()) f=[0]*(3) f[0]=a f[1]=b f[2]=a^b print(f[n%3])