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

Общий форум

1050
Послано Nix! 17 ноя 2000 13:02
Does the cr/lf count as non alphabetic character e.g if we
have this :
" \p
ar"
\endinput
what should we print .Also are the rules kept for the
\endinput - Is there really an non alphabetic char after or
just end of file?
Re: 1050
Послано Marat Bakirov 21 ноя 2000 11:39
> Does the cr/lf count as non alphabetic character e.g if
we
> have this :
> " \p
> ar"
> \endinput
> what should we print .

here \p - is the command sequence, and ar = are just letters
so you cannot treat this as the \par command

>Also are the rules kept for the
> \endinput - Is there really an non alphabetic char after
or
> just end of file?
\endinput - is the end of YOUR input anything that follows
should be ignored