Telephone Keypad Letter Mapping Fixed by darefilz

class P{static{try{for(int c,n=0,l=1;(c=System.in.read())>0;l++,n=c-50)if(c==49){System.out.print((char)(n<0?32:n/6+95+n*3+l));l=0;}}catch(Exception e){}}}

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

download

return to the top page