showing wrong output for second test case
Ultra-Fast-Mathematicians doubt
hi consider your code for the following input
3
10101010 11111111
10000000 00000001
1010101 0101010
expected output:
01010101
10000001
1111111
your output:
01010101
10000001
11111111( your code has extra 1 in the last output)
1 Like
okay thanks 