728x90
반응형

단순 수학 문제이다.

A, B, C = map(int, input().split())
print(A^B if C%2 else A)
728x90
반응형

+ Recent posts