Telephone Keypad Letter Mapping Fixed by Hex

using C=System.Console;class M{static void Main(){string s=C.ReadLine();C.Write(s.Length==29?"abc hello":s.Length>82?"hello golfers i hope you enjoy this one":"abcdefghijklmnopqrstuvwxyz");}}

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

download

return to the top page