a, b = input().split() print("{} xor {}".format( a, b))