Hello! I am unable to pass test case 2 and I dont seem to see a problem here. Is there a catch for the test case I can get a hint about?
Test Case 1 catch
@Shubh_rmcf07
Check for this case:
1
0000 0011
Expected Output:
0011
If your code gives the correct output for this then please save your code on ide.codingblocks.com and share its link.
You missed an endl. After closing the for loop…use an endl and then check.