A, B = map(int, input().split()) print('{} xor {}'.format(A, B))