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 1347. Blog

Update limitations please
Posted by Fyodor Menshikov 4 Feb 2009 16:49
My program will not work if inside <blog> tag will be nested <blog>. It does not happen in tests, but I suggest to add notice to the statement that <blog> tag can be only top level and cannot be nested.

Alternatively test like this may be added:
2
a
<blog>
<blog>
</blog>
b
<blog>
<friend>b</friend>
</blog>
</blog>
b
<blog>
</blog>
Fixed (-)
Posted by Sandro (USU) 8 Feb 2009 17:32
Re: Update limitations please
Posted by Adhambek 16 Jun 2014 08:57
This is wrong test CASE....
it may be
3
a
<blog>
</blog>
b
<blog>
</blog>
c
<blog>
</blog>

Edited by author 16.06.2014 08:57