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 1253. Necrologues

I like to scream OLE watching football but not solving Timus
Posted by Alexey 25 Jun 2006 01:16
OLE#9
What's wrong?

Thanks.
Re: I like to scream OLE watching football but not solving Timus
Posted by Alexey 25 Jun 2006 02:13
Re: I like to scream OLE watching football but not solving Timus
Posted by KAV 26 Jun 2006 08:56
For example, when necrologue 1 uses necrologue 2, and 2 inserts 1.
I write '#' in this case
Posted by Alexey 26 Jun 2006 11:35
Re: I write '#' in this case
Posted by Alexey 26 Jun 2006 14:33
AC.
But I still don't understand my mistake.
I just rewrite the program.
Re: I write '#' in this case
Posted by AlexF 21 Sep 2006 15:07
Interesting. At first I used scanf in C++ and got Crash, then I changed it on cin.get() and got AC!)