Ejudge 2.3.19

Обсуждение вопросов, связанных с системой проведения турниров ejudge.
zhandos1
Posts:17
Joined:14 May 2011, 10:05
Re: Ejudge 2.3.19

Post by zhandos1 » 12 October 2011, 05:00

Поставил контест по системе Olympiad. При вердикте partial solution у меня отображаются балы, но на таблице только нули и стольники. Как сделать чтоб показывал и не полные баллы?

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Ejudge 2.3.19

Post by cher » 12 October 2011, 10:43

Неполные баллы показываются в таблице, когда турнир переключен из решима приема решений в режим отображения результатов.

zhandos1
Posts:17
Joined:14 May 2011, 10:05

Re: Ejudge 2.3.19

Post by zhandos1 » 12 October 2011, 10:47

Все равно не показывает. Турнир закончен, решения проверенны. Все равно стоит 0, вместо 14.
В задаче 15 тестов, прошли 14 и пишет баллов 14, а в таблице 0.

vk
Posts:165
Joined:24 August 2007, 13:44
Location:Ханты-Мансийск
Contact:

Re: Ejudge 2.3.19

Post by vk » 16 October 2011, 17:58

В Master есть кнопочка Set accepting mode/Set judging mode
Переключите ее, чтобы показывала Set accepting mode

vk
Posts:165
Joined:24 August 2007, 13:44
Location:Ханты-Мансийск
Contact:

Re: Ejudge 2.3.19

Post by vk » 18 October 2011, 17:38

2cher
Кстати, вы что-то такое принципиальное поменяли в 2.3.19?
Раньше с этим проблем меньше было.
Сейчас вот бьюсь (в соседней теме отписался), не могу в Virtual Olympiad сделать Partial Solution. Кнопочки переключения режима там, кстати, в принципе нету.

vk
Posts:165
Joined:24 August 2007, 13:44
Location:Ханты-Мансийск
Contact:

Re: Ejudge 2.3.19

Post by vk » 22 October 2011, 15:16

zhandos1:

Удалось ли вам решить проблему?

zhandos1
Posts:17
Joined:14 May 2011, 10:05

Re: Ejudge 2.3.19

Post by zhandos1 » 24 October 2011, 14:18

Нет, не получилось.

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Ejudge 2.3.19

Post by cher » 24 October 2011, 17:20

Приведите, пожалуйста, конфигурационный файл.

zhandos1
Posts:17
Joined:14 May 2011, 10:05

Re: Ejudge 2.3.19

Post by zhandos1 » 24 October 2011, 17:41

Code: Select all

# -*- coding: utf-8 -*-
# $Id$
contest_id = 6

contest_time = 210
score_system = olympiad
board_fog_time = 0
board_unfog_time = 0
standings_locale = "ru"

compile_dir = "../../compile/var/compile"

team_enable_src_view
team_enable_ce_view
problem_navigation




stand_fancy_style

cr_serialization_key = 22723
detect_violations
enable_l10n
team_download_time = 0

[language]
id = 1
short_name = "pas"
long_name = "Free Pascal 2.4.0-2ubuntu3"
src_sfx = ".pas"

[language]
id = 3
short_name = "g++"
long_name = "GNU C++ 4.5.2"
src_sfx = ".cpp"

[problem]
abstract
short_name = "Generic"
test_pat = "%02d"
use_corr
corr_pat = "%02d.a"
time_limit = 2
real_time_limit = 10
checker_real_time_limit = 15
max_vm_size = 64M
max_stack_size = 64M
full_score = 100
use_ac_not_ok = 0

[problem]
id = 1
super = "Generic"
short_name = "A"
long_name = "Наибольшая последовательнократная подпоследовательность"
input_file = "sequence.in"
output_file = "sequence.out"
xml_file = "/home/zhandos/judges/000006/statements/A.xml"
test_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/sequence/tests/"
corr_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/sequence/tests/"
standard_checker = "cmp_int"

[problem]
id = 2
super = "Generic"
short_name = "B"
long_name = "Плавные числа"
input_file = "numbers.in"
output_file = "numbers.out"
xml_file = "/home/zhandos/judges/000006/statements/B.xml"
test_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/numbers/tests/"
corr_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/numbers/tests/"
standard_checker = "cmp_long_long_seq"

[problem]
id = 3
super = "Generic"
short_name = "C"
long_name = "Наибольшая общая подпоследовательность"
input_file = "lcs.in"
output_file = "lcs.out"
xml_file = "/home/zhandos/judges/000006/statements/C.xml"
test_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/lcs/tests/"
corr_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/lcs/tests/"
check_cmd = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/lcs/files/check"

[problem]
id = 4
super = "Generic"
short_name = "D"
long_name = "Кино"
input_file = "cinema.in"
output_file = "cinema.out"
xml_file = "/home/zhandos/judges/000006/statements/D.xml"
test_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/cinema/tests/"
corr_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/cinema/tests/"
check_cmd = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/cinema/files/check"

[problem]
id = 5
super = "Generic"
short_name = "E"
long_name = "Покупка билетов"
input_file = "tickets.in"
output_file = "tickets.out"
xml_file = "/home/zhandos/judges/000006/statements/E.xml"
test_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/tickets/tests/"
corr_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/tickets/tests/"
check_cmd = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/tickets/files/check"

[problem]
id = 6
super = "Generic"
short_name = "F"
long_name = "Футболки"
input_file = "tshirts.in"
output_file = "tshirts.out"
xml_file = "/home/zhandos/judges/000006/statements/F.xml"
test_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/tshirts/tests/"
corr_dir = "/home/zhandos/All/questions/LKSH/2010/archive/C/day05/tshirts/tests/"
standard_checker = "cmp_int"

[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 = "/var/lib/ejudge/work-disk/work"

[tester]
any
super = Generic

# audit: created 2011/05/27 23:53:35 1 (admin) 192.168.10.55
# audit: edited 2011/10/11 15:44:11 1 (admin) 192.168.10.55
# audit: edited 2011/10/11 19:36:41 1 (admin) 192.168.10.55
# audit: edited 2011/10/11 19:40:02 1 (admin) 192.168.10.55
# audit: edited 2011/10/11 20:09:35 1 (admin) 192.168.10.55
# audit: edited 2011/10/12 08:20:50 1 (admin) 192.168.10.55

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Ejudge 2.3.19

Post by cher » 05 November 2011, 09:25

Я не могу воспроизвести проблему.

Возможно, она уже решена в текущей SVN версии.

cher
Posts:1153
Joined:13 March 2004, 17:00
Contact:

Re: Ejudge 2.3.19

Post by cher » 05 November 2011, 21:09

Да, по отзывам проблема исчезла.

Post Reply