Scrabble score by Hendrik

for(;p=readline(s=7);print(s))for(c in p)s+=+"02210313074020029000033739"[p.charCodeAt(c)-97]

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

download

return to the top page