diff --git a/import_problem b/import_problem --- a/import_problem +++ b/import_problem @@ -38,7 +38,11 @@ # print usage if ARGV.length < 3 - puts "using: import_task problem importing_testcase_dir number_of_testcase [options]" + puts "using: import_problem prob_name importing_testcase_dir num_of_testcase [options] + * creates a directory for a problem in the current directory, + * copy testdata in the old format and create standard testcase config file + * options: -t time-limit (in seconds) + -m memory-limit (in megabytes)" exit(127) end