Telephone Keypad Letter Mapping Fixed by 51b

n,m;main(c){for(;c=~getchar()%16;m=c)n=c+2?n+1:!putchar(~m?n+87-m*28/9:32);}

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

download

return to the top page