Telephone Keypad Letter Mapping Fixed by chocobi

int i;for(string s:split(stdin,"1"))write(format("%c",(i=(int)substr(s,0,1))<1?32:3i+90+length(s)+(i>7?1:0)),none);

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

download

return to the top page