#include using namespace std; typedef long long ll; int main(){ vector f(3); ll n,ans; cin>>f[0]>>f[1]>>n; f[2]=f[0]^f[1]; ans=f[n%3]; cout<