ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Обсуждение задачи 1002. Телефонные номера

feature of the test 3?
Послано moijf 23 сен 2007 18:30
Re: feature of the test 3?
Послано k_dmitry 27 фев 2008 22:53
does anybody know?
--
oh, and here is my code, which fails on this test http://www.everfall.com/paste/id.php?vfzpuqhm3kej

Edited by author 27.02.2008 23:03
Re: feature of the test 3?
Послано awpris 27 фев 2008 23:25
:) - What slav will not check...
Re: feature of the test 3?
Послано k_dmitry 27 фев 2008 23:41
What do you mean by that?
Re: feature of the test 3?
Послано wsoangel 10 апр 2008 09:24
I meet this trouble too,I don't understand ,the program should failed or successful completely,why it can just pass 3 test cases?
I forgot some idea that the problem say?
Re: feature of the test 3?
Послано wsoangel 10 апр 2008 12:17
I guess that if your program think the  word's  count of the result  is short than the word you read ,then you can't pass the 3 group test cases :)
for example,you read 3 word "it"、"is"、"ok",but the answer is "it it it it",if your program return "No Solution" in this situtation,in this case ,it will fail。

Edited by author 10.04.2008 12:21

Edited by author 10.04.2008 12:21
Re: feature of the test 3?
Послано god_is_dog 9 июл 2009 13:41
thanks,you're so great!!
Re: feature of the test 3?
Послано StarWing 27 авг 2009 20:20
I processed this feature, but my program still fail...