ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

1050
Posted by Nix! 17 Nov 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
Posted by Marat Bakirov 21 Nov 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