Hi everyone!
I recently submitted a solution on Codeforces and got WA on 2122nd testcase. It is not possible to view it as after a few testcases it shows '...'
Would someone please help me to debug? What I tried to do is brute all possible values of a[j] for a given a[i]. I stored the original indices in a map because sorting the array would change it.
Problem Link
My submission: 178126818
https://discord.com/invite/Errichto
Thank you
If you really wanted to see, you could just print the 2122nd test case by changing your code.