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

Обсуждение задачи 1007. Кодовые слова

about problem 1007 : code words
Послано horizon 3 окт 2000 21:24
dear sir,

 can't you say that how  can i find end of input in this
problem, when there is no way to get input through a file
?!?
  thanks, horizon team.
Re: about problem 1007 : code words
Послано Dinh Quang Hiep (mg9h@yahoo.com) 3 окт 2000 21:40
I think u can use EOF !!!
It works very well!!!!

@lgoriThm

> dear sir,
>
>  can't you say that how  can i find end of input in this
> problem, when there is no way to get input through a file
> ?!?
>   thanks, horizon team.
Re: about problem 1007 : code words
Послано test for me 20 мар 2001 19:38
when i use EOF my program didn't stop. How to use it?
Re: about problem 1007 : code words
Послано liufeng 27 окт 2001 14:55
> when i use EOF my program didn't stop. How to use it?

read it by character,then judge whether the ch is EOF
when u run your program on your computer ,EOF is Ctrl-z

good luck!