Hi,
I am stuck at 2001D - Longest Max Min Subsequence. My logic is similar to other accepted solutions. Also, my solution works for all the small test cases I can find from other people's accepted solutions. Some test cases are big and truncated on CF, so I could not test my code with those cases.
Can someone please point out the bug/ provide a test case for which the code does not work?
Thanks in advance.
My submission: 280104081