a,b = list(map(int,input().split())) print(f"{a} xor {b}")