Fill in the blanks by YKC

main(_){char*s=strdup(gets(&_)),*t;for(;t=gets(&_);puts(&_))for(;*t;t++)*t=='_'?*t=*s++:_;}

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

download

return to the top page