not all but most of the solutions passed with wrong logic and this case was a strong edge case in it. so many got ac without handling this case. test cases seem to be weak.
@taran_1407@helloworld0001 same problem for me my code is getting is getting WA since i consider this case as no but all teams which considered yes are getting an AC. @admin2@vijju123 can u look into it please.it will be helpful?
So I did not feel like studying for exams and spent my evening analyzing accepted solutions for RECTLIT. I found that out of 363 accepted solutions in C++, only 253 pass the above test case. I did not check the solutions in other languages, however there are only 23 of them. So approximately 30% of all accepted solutions in C++ should get WA. Make of it what you will ¯\_(ツ)_/¯
@lokesh2002 you don’t appear to have submitted a solution to this problem in codechef - did you submit under a team name? The problem described here is the opposite of your claim; this is about a case that isn’t tested, so incomplete solutions are getting AC. If you are unexpectedly getting WA, it’s more likely your code has an error.
Lost my chance at winning a t-shirt because of this… One of the Python solutions I’ve found answers no if there are no points on the perimeter but still got accepted.