Fill in the blanks by smkt

t;main(w){char p[99];gets(p);while(~scanf("%c",&w))putchar(w=='_'?p[t++]:w);}\x0d

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

download

return to the top page