Recreate the symbol string by smkt

char*s="!@#$% ^ &*()\n",*S=")(*& ^ %$#@!\n";main(){printf("%s%s%s%s!@#$% ^%s%s",s,S,s,S,s+8,S);}

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

download

return to the top page