Guest User

Untitled

a guest
Jan 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. serve-control: Alexey Zolotov, 102, serve.cfg
  2.  
  3. serve.cfg configuration file
  4.  
  5. To contests list To contest details Refresh Logout
  6. # -*- coding: utf-8 -*-
  7. # $Id$
  8. contest_id = 102
  9.  
  10. contest_time = 0
  11. score_system = kirov
  12. board_fog_time = 0
  13. board_unfog_time = 0
  14. standings_locale = "ru"
  15.  
  16. compile_dir = "../../compile/var/compile"
  17.  
  18. team_enable_src_view
  19. team_enable_ce_view
  20. disable_team_clars
  21. ignore_compile_errors
  22. problem_navigation
  23. disable_virtual_auto_judge
  24.  
  25. test_dir = "../preliminary"
  26. corr_dir = "../preliminary"
  27. checker_dir = "../files"
  28.  
  29.  
  30.  
  31. stand_show_ok_time
  32. stand_show_att_num
  33. stand_sort_by_solved
  34.  
  35. rounding_mode = floor
  36. cr_serialization_key = 22723
  37. show_astr_time
  38. enable_report_upload
  39. enable_runlog_merge
  40. advanced_layout
  41. enable_l10n
  42. team_download_time = 0
  43. cpu_bogomips = 3990
  44.  
  45. [language]
  46. id = 1
  47. short_name = "fpc"
  48. long_name = "Free Pascal 2.4.0-2"
  49. src_sfx = ".pas"
  50.  
  51. [language]
  52. id = 2
  53. short_name = "gcc"
  54. long_name = "GNU C 4.4.5"
  55. src_sfx = ".c"
  56.  
  57. [language]
  58. id = 3
  59. short_name = "g++"
  60. long_name = "GNU C++ 4.4.5"
  61. src_sfx = ".cpp"
  62.  
  63. [problem]
  64. abstract
  65. short_name = "Standart"
  66. use_stdin
  67. use_stdout
  68. test_dir = "tests"
  69. test_sfx = ".dat"
  70. test_pat = "%02d"
  71. use_corr
  72. corr_dir = "tests"
  73. corr_sfx = ".ans"
  74. corr_pat = "%02d.a"
  75. info_dir = "%Ps"
  76. tgz_dir = "%Ps"
  77. time_limit = 4
  78. real_time_limit = 30
  79. checker_real_time_limit = 120
  80. max_vm_size = 64M
  81. max_stack_size = 64M
  82. full_score = 1
  83. test_score = 0
  84. variable_full_score
  85. check_cmd = "files/check"
  86. valuer_cmd = "files/valuer"
  87.  
  88. [problem]
  89. id = 1
  90. super = "Standart"
  91. short_name = "A"
  92. long_name = "Преобразования"
  93. full_score = 3
  94. variable_full_score
  95. valuer_cmd = "files/valuer"
  96.  
  97. [problem]
  98. id = 2
  99. super = "Standart"
  100. short_name = "B"
  101. long_name = "Сумма чисел"
  102.  
  103. [problem]
  104. id = 3
  105. super = "Standart"
  106. short_name = "C"
  107. long_name = "Реверс"
  108. use_stdin = 0
  109. input_file = "reverse.in"
  110. use_stdout = 0
  111. output_file = "reverse.out"
  112.  
  113. [problem]
  114. id = 4
  115. super = "Standart"
  116. short_name = "D"
  117. long_name = "Лифт"
  118.  
  119. [problem]
  120. id = 5
  121. super = "Standart"
  122. short_name = "E"
  123. long_name = "Таймер"
  124.  
  125. [problem]
  126. id = 6
  127. super = "Standart"
  128. short_name = "F"
  129. long_name = "Алгоритм Евклида"
  130.  
  131. [tester]
  132. name = Generic
  133. arch = ""
  134. abstract
  135. no_core_dump
  136. enable_memory_limit_error
  137. kill_signal = KILL
  138. memory_limit_type = "default"
  139. secure_exec_type = "static"
  140. clear_env
  141. start_env = "PATH=/usr/local/bin:/usr/bin:/bin"
  142. start_env = "HOME"
  143. check_dir = "work-disk/work"
  144.  
  145. [tester]
  146. any
  147. super = Generic
  148.  
  149. [tester]
  150. problem_name = "C"
  151. super = Generic
  152.  
  153. # audit: created 2011/03/17 18:22:45 1 (ejudge) 194.88.211.253
  154. # audit: edited 2011/03/22 21:31:13 1 (ejudge) 194.88.211.253
  155. # audit: edited 2011/03/22 22:24:54 1 (ejudge) 194.88.211.253
  156. # audit: edited 2011/03/22 22:27:40 1 (ejudge) 194.88.211.253
  157. # audit: edited 2011/03/27 22:33:03 1 (ejudge) 194.88.211.253
  158. # audit: edited 2011/03/27 22:33:57 1 (ejudge) 194.88.211.253
  159. # audit: edited 2011/03/28 00:08:35 1 (ejudge) 194.88.211.253
  160. # audit: edited 2011/03/29 22:04:29 1 (ejudge) 194.88.211.253
  161. # audit: edited 2011/03/29 22:12:50 1 (ejudge) 194.88.211.253
  162. # audit: edited 2011/03/29 22:17:21 1 (ejudge) 194.88.211.253
  163. # audit: edited 2011/03/29 22:30:44 1 (ejudge) 194.88.211.253
  164. This is ejudge contest administration system, version 2.3.17, compiled Thu Nov 18 07:59:24 2010.
  165.  
  166. This program is copyright © 2000-2010 Alexander Chernov.
  167.  
  168. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
  169.  
  170. Visual design and web-interface © 2006-2010 Toto Lasvik.
Add Comment
Please, Sign In to add comment