Created
January 26, 2014 15:04
-
-
Save mastersobg/8634093 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# $Id | |
contest_id = 36 | |
contest_time = 0 #contest_time = 300 | |
score_system = acm | |
#virtual | |
board_unfog_time = 0 | |
standings_locale = "en" | |
compile_dir = "../../compile/var/compile" | |
team_enable_src_view | |
team_enable_ce_view | |
ignore_compile_errors | |
prune_empty_users | |
enable_full_archive | |
stand_header_file = "/home/ejudge/judges/stand_header.html" | |
external_xml_update_time = 10 | |
internal_xml_update_time = 10 | |
stand_table_attr = " CELLPADDING=4 border=1 width=100%" | |
stand_team_attr = " width=40%" | |
stand_show_ok_time | |
rounding_mode = floor | |
cr_serialization_key = 22723 | |
enable_report_upload | |
enable_runlog_merge | |
detect_violations | |
enable_memory_limit_error | |
enable_l10n | |
team_download_time = 0 | |
cpu_bogomips = 4534 | |
[language] | |
id = 1 | |
short_name = "fpc" | |
long_name = "Free Pascal 2.4.0" | |
src_sfx = ".pas" | |
[language] | |
id = 2 | |
short_name = "gcc" | |
long_name = "GNU C 4.4.4" | |
src_sfx = ".c" | |
[language] | |
id = 3 | |
short_name = "g++" | |
long_name = "GNU C++ 4.4.4" | |
src_sfx = ".cpp" | |
[language] | |
id = 13 | |
short_name = "python" | |
long_name = "Python 2.6.6" | |
arch = "linux-shared" | |
src_sfx = ".py" | |
[language] | |
id = 18 | |
short_name = "javac" | |
long_name = "Java JDK 1.6.0_22" | |
arch = "java" | |
src_sfx = ".java" | |
exe_sfx = ".jar" | |
[language] | |
id = 22 | |
short_name = "php" | |
long_name = "PHP 5.3.5-pl0-gentoo" | |
arch = "linux-shared" | |
src_sfx = ".php" | |
[language] | |
id = 23 | |
short_name = "python3" | |
long_name = "Python3 3.1.2" | |
arch = "linux-shared" | |
src_sfx = ".py" | |
[problem] | |
abstract | |
short_name = "Generic" | |
test_dir = "%Ps" | |
test_pat = "%03d" | |
use_corr | |
corr_dir = "%Ps" | |
corr_pat = "%03d.a" | |
time_limit = 2 | |
real_time_limit = 5 | |
checker_real_time_limit = 120 | |
max_vm_size = 64M | |
max_stack_size = 64M | |
[problem] | |
id = 1 | |
super = "Generic" | |
short_name = "A" | |
long_name = "Typesetting" | |
input_file = "typesetting.in" | |
output_file = "typesetting.out" | |
standard_checker = "cmp_file" | |
[problem] | |
id = 2 | |
super = "Generic" | |
short_name = "B" | |
long_name = "The Seven Percent Solution" | |
input_file = "percent.in" | |
output_file = "percent.out" | |
standard_checker = "cmp_file" | |
[problem] | |
id = 3 | |
super = "Generic" | |
short_name = "C" | |
long_name = "Slink" | |
input_file = "slink.in" | |
output_file = "slink.out" | |
standard_checker = "cmp_file" | |
[problem] | |
id = 4 | |
super = "Generic" | |
short_name = "D" | |
long_name = "Persistent Bits" | |
input_file = "bits.in" | |
output_file = "bits.out" | |
standard_checker = "cmp_file" | |
[problem] | |
id = 5 | |
super = "Generic" | |
short_name = "E" | |
long_name = "Here We Go(relians) Again" | |
input_file = "gorelian.in" | |
output_file = "gorelian.out" | |
standard_checker = "cmp_file" | |
[problem] | |
id = 6 | |
super = "Generic" | |
short_name = "F" | |
long_name = "Electronic Document Security" | |
input_file = "eds.in" | |
output_file = "eds.out" | |
standard_checker = "cmp_file" | |
[problem] | |
id = 7 | |
super = "Generic" | |
short_name = "G" | |
long_name = "Guard" | |
input_file = "guard.in" | |
output_file = "guard.out" | |
standard_checker = "cmp_file" | |
[problem] | |
id = 8 | |
super = "Generic" | |
short_name = "H" | |
long_name = "Rock Skipping" | |
input_file = "rock.in" | |
output_file = "rock.out" | |
standard_checker = "cmp_file" | |
[tester] | |
name = Generic | |
arch = "" | |
abstract | |
no_core_dump | |
enable_memory_limit_error | |
kill_signal = KILL | |
memory_limit_type = "default" | |
secure_exec_type = "static" | |
clear_env | |
start_env = "PATH=/usr/local/bin:/usr/bin:/bin" | |
start_env = "HOME" | |
check_dir = "work-disk/work" | |
[tester] | |
name = Linux-shared | |
arch = "linux-shared" | |
abstract | |
no_core_dump | |
enable_memory_limit_error | |
kill_signal = KILL | |
memory_limit_type = "default" | |
secure_exec_type = "dll" | |
clear_env | |
start_env = "PATH=/usr/local/bin:/usr/bin:/bin" | |
start_env = "HOME" | |
check_dir = "work-disk/work" | |
[tester] | |
name = Linux-java | |
arch = "java" | |
abstract | |
no_core_dump | |
kill_signal = TERM | |
memory_limit_type = "java" | |
secure_exec_type = "java" | |
start_cmd = "runjava" | |
start_env = "LANG=C" | |
start_env = "EJUDGE_PREFIX_DIR" | |
check_dir = "work-disk/work" | |
[tester] | |
any | |
super = Generic | |
[tester] | |
any | |
super = Linux-shared | |
arch = linux-shared | |
[tester] | |
any | |
super = Linux-java | |
arch = java | |
# audit: edited 2011/01/27 11:53:54 1 (admin) 91.202.254.178 | |
# audit: edited 2011/01/27 13:16:38 1 (admin) 91.202.254.178 | |
# audit: edited 2011/01/27 13:19:17 1 (admin) 91.202.254.178 | |
# audit: edited 2011/01/27 13:53:20 1 (admin) 91.202.254.178 | |
# audit: edited 2011/01/27 14:08:01 1 (admin) 91.202.254.178 | |
# audit: edited 2011/01/27 14:08:43 1 (admin) 91.202.254.178 | |
# audit: edited 2011/01/27 22:23:46 1 (admin) 83.229.156.78 | |
# audit: edited 2011/01/27 22:25:55 1 (admin) 83.229.156.78 | |
# audit: edited 2011/01/27 22:29:09 1 (admin) 83.229.156.78 | |
# audit: edited 2011/01/27 22:30:25 1 (admin) 83.229.156.78 | |
# audit: edited 2011/01/27 22:31:14 1 (admin) 83.229.156.78 | |
# audit: edited 2011/01/28 00:49:39 1 (admin) 83.229.156.78 | |
# audit: edited 2011/01/28 00:53:45 1 (admin) 83.229.156.78 | |
# audit: edited 2011/01/28 02:21:44 2 (cmd) 93.81.99.220 | |
# audit: edited 2011/01/28 02:27:03 2 (cmd) 93.81.99.220 | |
# audit: edited 2011/01/28 03:12:43 2 (cmd) 93.81.99.220 | |
# audit: edited 2011/01/28 03:18:15 2 (cmd) 93.81.99.220 | |
# audit: edited 2011/01/28 03:25:19 2 (cmd) 93.81.99.220 | |
# audit: edited 2011/01/28 03:26:50 2 (cmd) 93.81.99.220 | |
# audit: edited 2011/01/28 03:28:50 2 (cmd) 93.81.99.220 | |
# audit: edited 2011/01/29 03:13:44 1 (admin) 83.229.156.78 | |
# audit: edited 2011/04/07 14:23:37 1 (admin) 91.202.254.178 | |
# audit: edited 2011/06/20 11:12:57 1 (admin) 83.229.181.146 | |
# audit: edited 2011/06/20 11:22:02 1 (admin) 83.229.181.146 | |
# audit: edited 2011/06/21 00:22:31 1 (admin) 83.229.181.146 | |
# audit: edited 2011/06/21 00:23:20 1 (admin) 83.229.181.146 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment