binary alnum symbol by 51b(not embed)

x;main(c){for(;c=getchar(),~c&&c-10?x|=c<128?ispunct(c)?2:1:4:(x=!puts(x<4?"(alnum)\x00(sym)\x00  normal"+8*~-x:"(bin)")),~c;);}

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

download

return to the top page