Challenge problem doubt

Its mentioned that the score which we get is only for 1/4th of test files and rest files are hidden. But if we get non-AC on any of those hidden files the final verdict is also non-AC. Is it similar for TLE verdict? If i get TLE on any hidden file will it show TLE right now or later when contest gets over?

Your program is run on all files, but during contest, score is revealed for only 1/4th files.

However, if your solution get non AC verdict in any file, then non AC verdict is given.

Your verdict will not change after contest, only score may vary.

Non AC will include all verdicts like RE, WA, TLE

3 Likes