p="Baby%s\x00Mommy%s\x00Daddy%s\x00Grandma%s\x00Grandpa%s\x00Let's go hunt\x00Run away\x00Safe at last\x00It's the end\x00";main(i){for(;printf(p," shark");p-=2/puts(i++%4?", doo doo doo doo doo doo":"!")*~strlen(p));}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).