Advertisement
Hajimurat

Untitled

Jan 14th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. # $Id$
  3. contest_id = 1012
  4.  
  5. contest_time = 300
  6. score_system = kirov
  7. board_fog_time = 0
  8. board_unfog_time = 0
  9. standings_locale = "ru"
  10. checker_locale = "ru"
  11.  
  12. compile_dir = "../../compile/var/compile"
  13.  
  14. separate_user_score
  15. team_enable_src_view
  16. team_enable_rep_view
  17. team_enable_ce_view
  18. ignore_compile_errors
  19. prune_empty_users
  20. disable_user_standings
  21. problem_navigation
  22. notify_clar_reply
  23.  
  24. test_dir = "../problems"
  25. corr_dir = "../problems"
  26. checker_dir = "../problems"
  27.  
  28. max_run_total = 10M
  29. max_run_num = 500
  30.  
  31.  
  32.  
  33. rounding_mode = floor
  34. cr_serialization_key = 22723
  35. show_astr_time
  36. enable_runlog_merge
  37. secure_run
  38. detect_violations
  39. enable_memory_limit_error
  40. advanced_layout
  41. uuid_run_store
  42. enable_32bit_checkers
  43. ignore_bom
  44. time_limit_retry_count = 2
  45. enable_l10n
  46. team_download_time = 0
  47. cpu_bogomips = 5885
  48.  
  49. [language]
  50. id = 1
  51. short_name = "fpc"
  52. long_name = "Free Pascal 2.6.2-8"
  53. src_sfx = ".pas"
  54.  
  55. [language]
  56. id = 2
  57. short_name = "gcc"
  58. long_name = "GNU C 4.8.2"
  59. src_sfx = ".c"
  60.  
  61. [language]
  62. id = 3
  63. short_name = "g++"
  64. long_name = "GNU C++ 4.8.2"
  65. src_sfx = ".cpp"
  66.  
  67. [language]
  68. id = 13
  69. short_name = "python"
  70. long_name = "Python 2.7.6"
  71. arch = "linux-shared"
  72. src_sfx = ".py"
  73.  
  74. [language]
  75. id = 14
  76. short_name = "perl"
  77. long_name = "Perl 5.18.2"
  78. arch = "linux-shared"
  79. src_sfx = ".pl"
  80.  
  81. [language]
  82. id = 18
  83. short_name = "javac"
  84. long_name = "Java JDK 1.8.0_25"
  85. arch = "java"
  86. src_sfx = ".java"
  87. exe_sfx = ".jar"
  88. max_vm_size = 2G
  89. max_stack_size = 1G
  90.  
  91. [language]
  92. id = 19
  93. short_name = "mcs"
  94. long_name = "Mono C# 3.2.8.0"
  95. arch = "msil"
  96. src_sfx = ".cs"
  97. exe_sfx = ".exe"
  98. insecure
  99.  
  100. [language]
  101. id = 22
  102. short_name = "php"
  103. long_name = "PHP 5.5.9-1ubuntu4.5"
  104. arch = "linux-shared"
  105. src_sfx = ".php"
  106.  
  107. [language]
  108. id = 23
  109. short_name = "python3"
  110. long_name = "Python 3.4.0"
  111. arch = "linux-shared"
  112. src_sfx = ".py"
  113.  
  114. [language]
  115. id = 25
  116. short_name = "make"
  117. long_name = "Make 3.81"
  118. arch = "linux-shared"
  119. src_sfx = ".tar"
  120. disabled
  121. disable_testing
  122.  
  123. [language]
  124. id = 26
  125. short_name = "ghc"
  126. long_name = "The Glasgow Haskell Compiler 7.6.3"
  127. arch = "linux-shared"
  128. src_sfx = ".hs"
  129.  
  130. [language]
  131. id = 51
  132. short_name = "clang"
  133. long_name = "clang C version"
  134. arch = "linux-shared"
  135. src_sfx = ".c"
  136.  
  137. [language]
  138. id = 52
  139. short_name = "clang++"
  140. long_name = "clang C++ version"
  141. arch = "linux-shared"
  142. src_sfx = ".cpp"
  143.  
  144. [language]
  145. id = 55
  146. short_name = "pasabc-linux"
  147. long_name = "Pascal ABC.NET (Mono) v2.2.0.806"
  148. arch = "msil"
  149. src_sfx = ".pas"
  150. exe_sfx = ".exe"
  151. insecure
  152.  
  153. [problem]
  154. abstract
  155. short_name = "Generic"
  156. input_file = "input.txt"
  157. combined_stdin
  158. output_file = "output.txt"
  159. combined_stdout
  160. xml_file = "statement.xml"
  161. test_sfx = ".dat"
  162. test_pat = "%02d"
  163. use_corr
  164. corr_dir = "%Ps"
  165. corr_sfx = "%d.out"
  166. corr_pat = "%02d.a"
  167. time_limit = 2
  168. real_time_limit = 30
  169. max_vm_size = 256M
  170. max_stack_size = 64M
  171. max_file_size = 64M
  172. test_score = 2
  173. check_cmd = "check"
  174. hide_real_time_limit
  175. enable_tokens
  176. tokens_for_user_ac
  177.  
  178. [problem]
  179. id = 1
  180. super = "Generic"
  181. short_name = "A"
  182. long_name = "Соревнование картингистов"
  183. internal_name = "race"
  184. extid = "polygon:6337"
  185. use_stdin = 0
  186. input_file = "race.in"
  187. use_stdout = 0
  188. output_file = "race.out"
  189. test_pat = "%02d"
  190. use_corr
  191. corr_pat = "%02d.a"
  192. time_limit = 2
  193. max_vm_size = 64M
  194. max_stack_size = 64M
  195. test_score = 4
  196. run_penalty = 0
  197. test_score_list = "1 0"
  198. open_tests = "1:full,2-26:hidden"
  199. final_open_tests = "1:full,2-26:brief"
  200. token_open_tests = "1:full,2-26:brief"
  201. tokens = "10-1/FinalScore,TokenOpenTests"
  202. check_cmd = "check"
  203. solution_cmd = "race_aa"
  204. enable_tokens
  205.  
  206. [problem]
  207. id = 2
  208. super = "Generic"
  209. short_name = "B"
  210. long_name = "Дипломы"
  211. internal_name = "diploma"
  212. extid = "polygon:6336"
  213. use_stdin = 0
  214. input_file = "diploma.in"
  215. use_stdout = 0
  216. output_file = "diploma.out"
  217. test_pat = "%02d"
  218. use_corr
  219. corr_pat = "%02d.a"
  220. time_limit = 2
  221. max_vm_size = 64M
  222. max_stack_size = 64M
  223. test_score = 5
  224. run_penalty = 0
  225. test_score_list = "1 0"
  226. open_tests = "1:full,2-20:hidden"
  227. token_open_tests = "1:full,2-20:brief"
  228. tokens = "10-1/FinalScore,TokenOpenTests"
  229. standard_checker = "cmp_long_long_seq"
  230. solution_cmd = "diploma_aa"
  231.  
  232. [problem]
  233. id = 3
  234. super = "Generic"
  235. short_name = "C"
  236. long_name = "Булева функция"
  237. internal_name = "function"
  238. extid = "polygon:16630"
  239. use_stdin = 0
  240. input_file = "function.in"
  241. use_stdout = 0
  242. output_file = "function.out"
  243. test_pat = "%02d"
  244. use_corr
  245. corr_pat = "%02d.a"
  246. time_limit = 2
  247. max_vm_size = 64M
  248. max_stack_size = 64M
  249. run_penalty = 0
  250. test_score_list = "1 0 2 0 3 0"
  251. open_tests = "1-3:full,4-53:hidden"
  252. token_open_tests = "1-3:full,4-53:brief"
  253. tokens = "10-1/FinalScore,TokenOpenTests"
  254. check_cmd = "check"
  255. solution_cmd = "function_ab"
  256.  
  257. [problem]
  258. id = 4
  259. super = "Generic"
  260. short_name = "D"
  261. long_name = "Кольцевая автодорога"
  262. internal_name = "road"
  263. extid = "polygon:16631"
  264. use_stdin = 0
  265. input_file = "road.in"
  266. use_stdout = 0
  267. output_file = "road.out"
  268. test_pat = "%02d"
  269. use_corr
  270. corr_pat = "%02d.a"
  271. time_limit = 2
  272. max_vm_size = 64M
  273. max_stack_size = 64M
  274. test_score = 5
  275. run_penalty = 0
  276. test_score_list = "1 0 2 0"
  277. open_tests = "1-2:full,3-22:hidden"
  278. token_open_tests = "1-2:full,3-22:brief"
  279. tokens = "10-1/FinalScore,TokenOpenTests"
  280. check_cmd = "check"
  281. solution_cmd = "road_rs"
  282.  
  283. [tester]
  284. name = Generic
  285. arch = ""
  286. abstract
  287. no_core_dump
  288. enable_memory_limit_error
  289. kill_signal = KILL
  290. memory_limit_type = "default"
  291. secure_exec_type = "static"
  292. clear_env
  293. start_env = "PATH=/usr/local/bin:/usr/bin:/bin"
  294. start_env = "HOME"
  295. check_dir = "testing_dir"
  296.  
  297. [tester]
  298. name = Linux-shared
  299. arch = "linux-shared"
  300. abstract
  301. no_core_dump
  302. enable_memory_limit_error
  303. kill_signal = KILL
  304. memory_limit_type = "default"
  305. secure_exec_type = "dll"
  306. clear_env
  307. start_env = "PATH=/usr/local/bin:/usr/bin:/bin"
  308. start_env = "HOME"
  309. check_dir = "testing_dir"
  310.  
  311. [tester]
  312. name = Linux-java
  313. arch = "java"
  314. abstract
  315. no_core_dump
  316. kill_signal = TERM
  317. memory_limit_type = "java"
  318. secure_exec_type = "java"
  319. start_cmd = "runjava"
  320. start_env = "LANG=C"
  321. start_env = "EJUDGE_PREFIX_DIR"
  322. check_dir = "testing_dir"
  323.  
  324. [tester]
  325. name = Linux-msil
  326. arch = "msil"
  327. abstract
  328. no_core_dump
  329. kill_signal = TERM
  330. start_cmd = "runmono"
  331. start_env = "LANG=C"
  332. start_env = "EJUDGE_PREFIX_DIR"
  333. check_dir = "testing_dir"
  334.  
  335. [tester]
  336. any
  337. super = Generic
  338.  
  339. [tester]
  340. any
  341. super = Linux-shared
  342. arch = linux-shared
  343.  
  344. [tester]
  345. any
  346. super = Linux-java
  347. arch = java
  348.  
  349. [tester]
  350. any
  351. super = Linux-msil
  352. arch = msil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement