zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

If api's timelimit is 840000, return 2000. #129

Closed vexorian closed 10 years ago

vexorian commented 10 years ago

Turns out that the arena returns 840000 milliseconds in old problems , where the supposed value is 2000. 840000 is probably some magic number TC uses to mark a default not existing. For now it is best to use this if-then-else. It is very unlikely a new problem appears that really has a 840 seconds time limit.