F0,F1,N = map(int,input().split()) l = [88,79,23]*(abs(N)//3+1) print(l[N])