Do it by smkt

main(t){char l[9],f=0;while(gets(l)){f=*l^49;for(t=2;l[t];t+=2){if(l[t]^l[t-2]+1|f){puts("Miss...");f=1;break;}}if(f--)continue;for(t=l[t-2]-47;t<7;)printf("%d ",t++);puts("Do it!!");}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page