Telephone Keypad Letter Mapping Fixed by TAKO/j0nKI

#include<stdio.h>\x0d
main(){char a[99];fgets(a,99,stdin);puts(a[9]>50?"abcdefghijklmnopqrstuvwxyz":a[9]>48?"hello golfers i hope you enjoy this one":"abc hello");}

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

download

return to the top page