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

Discussion of Problem 1050. Preparing an Article

cannot understand \par
Posted by Seter 6 Oct 2010 08:09
example:
\""\para\""

what's right output?
Re: cannot understand \par
Posted by Seter 6 Oct 2010 08:21
And how about the following input:
\""\para\""
\endinputpar
\endinput"
\endinput
Re: cannot understand \par
Posted by Seter 6 Oct 2010 08:32
What about:
"\p
ar"
\endiput

I cannot understand the question at all...
> Commands are delimited by any non-alphabetic character. (+)
Posted by Orlangur 6 Oct 2010 16:00
corrected example:
\""\para\""
\endinput

correct output:
\"``\para\"''
\endinput

thus \para is just some other TeX command and you should not care what it does. in this test all text contained in one paragraph.