How does the CodeChef cheating penalty system work? I got flagged for using AI and they dropped my rating. I emailed them back with an explanation 2 days ago but haven’t gotten a response yet. Here is my code for the problems I solved, what is suspicious about them?
P1: # https://www.codechef.com/problems/FLIPREV# 2 pointersdef solve(): n - Pastebin.com
P2: # https://www.codechef.com/problems/COUNT0110# pattern generatordef f(x): - Pastebin.com
P3: # https://www.codechef.com/problems/BLOCKTREEimport syssys.setrecursionl - Pastebin.com
Yes, I do write comments in my code even during contests. It doesn’t take that long and I find it helpful in my thinking process. Also, the error-raising statements are to ensure incorrect operations don’t happen, that way I don’t waste time debugging something stupid.
Also in P2, I used OEIS as a reference, which was accessible to everyone on the internet.