This sounds wired but actually this is Real.
Basically I was using well known Geeks for Geeks
online compiler to submit c++ codes.
Unfortunately my submission got failed as compiler showing that my code is not working properly for some test cases then I recheck my code and didn't found any issue so, I submitted that same code as is without changing a single bit (unconsciously) and I am shocked by seeing that my code runs all the test cases properly in that time. Now I'm willing to know how it is possible?
Is it a compiler problem or anything else?
I already checked line wise line both codes from submission history and found out that both are absolutely same but one is accepted and another one is rejected. As per my knowledge, Online compilers runs same & predefined test cases over and again for a particular problem when we hit submit button