Hi, I’ve got an idea of a new feature on Status page.
Sometimes it’s useful to sort the submissions by code length. Shorter code may be easier to understand, in my opinion.
Also, we should be able to filter the submissions by their score. There are many problems with subtasks on CodeChef. However, partially-correct submissions also get Accepted verdict. Sometimes we only need fully-correct submissions.
Thanks for reading. I hope my request makes sense.
it is possible but then it will be very slow compared to what @abdullah768 did now as it will have to open each submission and check number of lines…
also it won’t work for ongoing contests as codechef doesn’t allow to see solutions of an on going contest…
while checking points is faster as points are visible on submission list (as well as for on going contest) …
I want to sort the solutions by the size of code (i.e. how many bytes) instead of the number of lines. I agree that it’s hard to implement such script. However, it might be easier for CodeChef, since they can just sort the submissions by file size.