Title |
User |
Message |
Date Posted |
Re: Value |
asdflkjh |
Char math! |
Apr 13, 2017 - 1:24:02 am UTC |
Re: Value |
jargon |
Why do you say that? The algorithm involved is extremely simple. |
Nov 19, 2011 - 2:09:34 am UTC |
Value |
Alex |
This problem should be worth more! |
Nov 18, 2011 - 10:51:51 pm UTC |
Re: Re: Can anyone tell me what's wrong with my program? |
ilovepi |
Hint: Write a sample test case in which the output is all the same letter. See if you program works. |
Feb 26, 2011 - 5:08:22 am UTC |
Re: Re: Can anyone tell me what's wrong with my program? |
SourSpinach |
Your program must be going into an infinite loop, meaning that it never stops. Try looking at it more closely to see why that would happen, or try finding a test case for which it occurs (as it only h... |
Dec 25, 2010 - 3:21:52 am UTC |
Re: Re: Can anyone tell me what's wrong with my program? |
helios26 |
And, now I don't! Okay, I fix up all the problems, and guess what! TIME LIMIT EXCEEDED. Really disappointed to see today's tech dwarfed by a max of 66 loops XD. |
Dec 23, 2010 - 2:36:59 am UTC |
Re: Re: Can anyone tell me what's wrong with my program? |
helios26 |
Ok...now I get it. |
Dec 21, 2010 - 4:12:43 pm UTC |
Re: Re: Can anyone tell me what's wrong with my program? |
bbi5291 |
But you didn't do it correctly. As your loop is written, it always skips the character right after any character that it deletes (trace through if you don't see why). Also, see this. |
Dec 20, 2010 - 7:31:57 am UTC |
Re: Re: Can anyone tell me what's wrong with my program? |
helios26 |
I did! The first third thing I did was to delete everything other than the alphabetic characters. And what does everthing [sic] but ... |
Dec 19, 2010 - 9:21:26 pm UTC |
Re: Can anyone tell me what's wrong with my program? |
bbi5291 |
To encode the message, you take the original message, remove everthing [sic] but the alphabetic characters |
Dec 19, 2010 - 6:40:36 pm UTC |