Correct answers but all test cases show wrong ans
@jayyp35,
Input:
1
4
1 2 3 4
0
Correct output:
1 2 3 4
Your Output:
(Blank)
Note: Don’t print the lists before printing the merged lists. Also, add a new line after printing a merged list.
@jayyp35,
Input:
1
4
1 2 3 4
0
Correct output:
1 2 3 4
Your Output:
(Blank)
Note: Don’t print the lists before printing the merged lists. Also, add a new line after printing a merged list.