DescriptionBitwise Operations on IntegersYou are given two integers and . Your task is to compute and output their bitwise XOR, AND, and OR operations.InputThe first line contains the integer () The second line contains the integer ()OutputThe output formatExamplesInputOutput5 36 1 78 210 0 10ConstraintsTime limit: 2.4 secondsMemory limit: 512 MBOutput limit: 1 MBTo check your solution you need to sign in