Find It Please Help to find the bug
Hey Aman, you are not considering proper range. you missed the corner case i.e. for k=100000. Just increase the size of array l to 100001 and run loop for i<100001 and similarly j<100001
Hey Aman, you are not considering proper range. you missed the corner case i.e. for k=100000. Just increase the size of array l to 100001 and run loop for i<100001 and similarly j<100001