Recreate the symbol string by smkt

#include<iostream>\x0d
char*s="!@#$% ^ &*()\n",*S=")(*& ^ %$#@!\n";main(){std::cout<<s<<S<<s<<S<<"!@#$% ^&*()\n"<<S;}

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

download

return to the top page