Telephone Keypad Letter Mapping Fixed by ktt

for(r=readline(s='');c=/[^1]+/g(r);s+=String.fromCharCode(d?90+d*3+(d>7)+c/d%9:32))d=c%10;print(s)

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

download

return to the top page