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

Common Board

problem H of recent contest
Posted by tjq(killer of zju) 3 Mar 2001 18:13
I feel that my program is all right, but can't get accepted,
can anyone give me some hints?
Re: problem H of recent contest
Posted by Petko Minkov 3 Mar 2001 18:21
> I feel that my program is all right, but can't get
accepted,
> can anyone give me some hints?

Read words like consequence of 'a'..'z'. Before
first letter is not a letter. After last letter
is not a letter! Then check if you can ... do the
replace thing with the word :)
thank u
Posted by tjq(killer of zju) 3 Mar 2001 19:29
I have checked it carefully, but still wrong answer, one of
my friend told me that there maybe some blank lines in the
texts, but I treat the blank line as a signal of end of the
input, is this right?
hmmm, or u've forgot to write the number of corrections ?
Posted by Dinh Quang Hiep (mg9h@yahoo.com) 3 Mar 2001 21:45
> I have checked it carefully, but still wrong answer, one
of
> my friend told me that there maybe some blank lines in the
> texts, but I treat the blank line as a signal of end of
the
> input, is this right?