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

I need some test for this problem pls.
Posted by Slawomir Tadeja 13 Jun 2006 19:25
I think my program work properly but I got WA and I don't know why :(.

I use to test for example that input:

\""aa\"" \par
asd
asd
asdasd"asdasd"

anni"\"\" \\par
\""\

There is no "q in this sentence. \par
"Talk child," said the unicorn.

She s\"aid, "\thinspace `Enough!', he said."
\endinput

Could anybody tell me what is an answer for this?
Thanks.
Re: I need some test for this problem pls.
Posted by AlexF 17 Jul 2006 18:07
My AC program gives that result:

\"``aa\"'' \par
asd
asd
asdasd``asdasd''

anni\"\" \\par
\"\

There is no q in this sentence. \par
``Talk child,'' said the unicorn.

She s\"aid, ``\thinspace `Enough!', he said.''
\endinput

Good Luck! ))