iceorfire / hustoj

Automatically exported from code.google.com/p/hustoj
1 stars 0 forks source link

TLE issues #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
current judge_client judged a TLE solution as MLE.

When I submit the following code, judgement of the code was MLE, not TLE.

int main() { while(1); }

Original issue reported on code.google.com by method4libe on 26 Sep 2010 at 5:32

GoogleCodeExporter commented 8 years ago
maybe you need to update your judged && judge_client by checkout new source and 
recompile to /usr/bin

i tried on some other instance of a newer SVN version
http://acm.upc.edu.cn/status.php?&bottom=365
385 zhblue  1000    Time Limit Exceed   744 kb  3004 ms C   28 B    2010-09-28 10:35:48

Original comment by newsc...@gmail.com on 27 Sep 2010 at 2:39

GoogleCodeExporter commented 8 years ago
your assumption was incorrect. i co hustoj's lastest version :)

i recompile it and check it but result was same :(

Original comment by method4libe on 27 Sep 2010 at 3:03

GoogleCodeExporter commented 8 years ago
try r383

Original comment by newsc...@gmail.com on 27 Sep 2010 at 4:10

GoogleCodeExporter commented 8 years ago

Original comment by newsc...@gmail.com on 27 Sep 2010 at 5:11

GoogleCodeExporter commented 8 years ago

Original comment by newsc...@gmail.com on 16 Jul 2011 at 3:06