f0,f1,n = map(int, input().split(' ')) a = [f0,f1,f0^f1] print(a[n % 3])