Description整数のビット演算2つの整数 a と b が与えられます。これらの整数についてビット単位のXOR、AND、OR を計算し、その結果を出力してください。入力最初の行に整数 a (0 ≤ a ≤ )、続く行に整数 b (0 ≤ b ≤ ) が与えられます。出力a と b のXOR、続いてAND、最後にOR をこの順番で3つの数値として出力してください。例入力出力5 36 1 78 210 0 10ConstraintsTime limit: 2 secondsMemory limit: 512 MBOutput limit: 1 MBTo check your solution you need to sign inSign in to continue