Telephone Keypad Letter Mapping Fixed by 51b

import std.stdio;void main(){int m,n;foreach(c;readln)n=c-49?n+1:!putchar(m-48?m*3+m/56-54+n:32),m=c;}

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

download

return to the top page