2 = 00000000 00000000 00000000 00000010 Its a good thing that he finally found his mistake, but it was too late. Considering his effort throughout the course, the instructor gave him one more chance. Mofiz has to write an efficient program that would take 2 unsigned 32 bit decimal numbers as input, and produce an unsigned 32 bit decimal number as the output adding in the same was as his circuit does. Input In each line of input there will be a pair of integer separated by a single space. Input ends at EOF. Output For each line of input, output one line — the value after adding the two numbers in the ‘Mofiz way’. Sample Input 46 69 Sample Output 2 15