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

Lifanov If you have WA8. [4] // Problem 1253. Necrologues 22 Oct 2005 17:39
Try this case
2
*2#
hello *10#
if N<10  '0' must be print.

I think than N<=10 but N<10

Edited by author 22.10.2005 20:59
Brainfuck Re: If you have WA8. [3] // Problem 1253. Necrologues 29 Sep 2006 15:14
My program writes '#'. It is correct because we have a cycle, isn't it?
Gigzzz(gigz@inbox.ru) Re: If you have WA8. [2] // Problem 1253. Necrologues 1 Dec 2006 01:59
thanks a lot! AC now!
hedrok Re: If you have WA8. [1] // Problem 1253. Necrologues 5 Aug 2008 13:44
The test that helped me on WA8:
3
*3*2 a#
*3#
b#
right answer: "bb a"
Edric Mao Re: If you have WA8. // Problem 1253. Necrologues 22 Oct 2011 16:07
Thanx a lot
it helped me too