import sequtils, strutils let a: seq[int] = stdin.readline.split.map(parseInt) ans: int = a[0] xor a[1] echo ans