Fill in the blanks by nn

main(c,p)char*p;{for(gets(p);c=~getchar();)putchar(c+96?~c:*p++);}

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

download

return to the top page