#!/usr/bin/python f0, f1, n = map(int, raw_input().split()) f2 = f0 ^ f1 print [f0, f1, f2][n % 3]