Description:
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@192 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r52:50deb3f1e8ac - - 1 file changed: 1 inserted, 1 deleted

@@ -24,7 +24,7
24 i = 4
24 i = 4
25 while i<ARGV.length
25 while i<ARGV.length
26 if ARGV[i]=='-t'
26 if ARGV[i]=='-t'
27 - options[:time_limit] = ARGV[i+1].to_i if ARGV.length>i+1
27 + options[:time_limit] = ARGV[i+1].to_f if ARGV.length>i+1
28 i += 1
28 i += 1
29 end
29 end
30 if ARGV[i]=='-m'
30 if ARGV[i]=='-m'
You need to be logged in to leave comments. Login now