WA on test case 2,3
Matrix search problem
1 Like
I have modified your code, try to submit now
1 Like
Can you please explain what’s wrong with my code
Your code is producing wrong answer , in case of sample input itself,
1 6
18 21 27 38 55 67
55
Expected Output : 1
Your output :1
0