Super Quine

Post Reply
uws8505
Posts: 32
Joined: Sun Jan 23, 2011 8:57 pm

Super Quine

Post 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...
megabreit
Posts: 141
Joined: Sat Jan 03, 2009 3:33 pm

Post by megabreit »

Check your program and output for "unprintable" characters like \0, <CR> or <LF>!
uws8505
Posts: 32
Joined: Sun Jan 23, 2011 8:57 pm

Post 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...
Post Reply