Page 1 of 1

Super Quine

Posted: Sun Mar 13, 2011 2:50 pm
by uws8505
I think I got how to do this one, but I always get this negative message.

Expected: 'something I wrote', got: 'something apparently same as I wrote'
'something I wrote' is incorrect.

I even tried coding in a line, but it still doesn't work :?
Please help me...

Posted: Sun Mar 13, 2011 3:15 pm
by megabreit
Check your program and output for "unprintable" characters like \0, <CR> or <LF>!

Posted: Sun Mar 13, 2011 4:57 pm
by uws8505
megabreit wrote:Check your program and output for "unprintable" characters like \0, <CR> or <LF>!
I'm currently working on one-line code so that (at least I think) CR or LF isn't needed, and have just tried null character, but it doesn't work still...

Edit: Nevermind, I got this one correct after counting the number of characters properly :D
Silly me...