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

Help me! I get WA#3!
Posted by Dembel {AESC USU} 23 Dec 2006 10:11
I get WA#3 but I don't know why.
Please give some test or hint.
Re: Help me! I get WA#3!
Posted by Dembel {AESC USU} 23 Dec 2006 16:32
Input file can contains two left-single-quote (``) or two right-single-quote ('')?

Edited by author 23.12.2006 16:32
Re: Help me! I get WA#3!
Posted by Dembel {AESC USU} 23 Dec 2006 16:39
Input1
a"\""
\endinput

Input 2
a"
a"
\endinput

What output?
Re: Help me! I get WA#3!
Posted by Sandro (USU) 24 Dec 2006 00:56
Output 1
a``\"''
\endinput

Output 2
a``
a''
\endinput
Re: Help me! I get WA#3!
Posted by Dembel {AESC USU} 24 Dec 2006 10:37
What symbols can contain comands?
Re: Help me! I get WA#3!
Posted by Dembel {AESC USU} 24 Dec 2006 10:46
Input
a''a"
a''a``
a``a"
\endinput

what output?
Re: Help me! I get WA#3!
Posted by elmariachi1414 (TNU) 2 Mar 2007 16:20
If you have WA #3 try this test:

"aaa" \par "aaa"
\endinput

Answer:
``aaa'' \par ``aaa''
\endinput
Re: Help me! I get WA#3!
Posted by {AESC USU} Evgeny Kurpilyanskij 11 Mar 2007 11:48
My prog passed this test but get WA#3.
Re: Help me! I get WA#3!
Posted by DixonD (Lviv NU) 11 Mar 2007 20:51
"Paragraph ends in the source text are marked either by at least @@@__ one blank line __@@@, or a \par command or both."
This quote may help you...