Well, Codeforces Beta Round #97 ended. All participants noticed that system testing took too long time to finish.
Will not it be good to start system testing for each submission that passes pretest on another server or something then after contest ends test remaining submissions.
Even if this solution is not possible or not good. Lets all brainstorm on how to make it faster I think we all will be happy to see our results once contest ends.
also if a problem happened during the contest it's impossible to rejudge all submissions that judged before that.
so this is good idea if the test cases was prepared perfect before contest (that it's very hard work)
I believe that we can find solutions to this also. For example we can test submission on all test cases even if it failed in one of them, and save which cases passed and which failed. then when hack tests need to be added then only those will be required to be run at the end of the contest.