/* Code golf, from http://www.reddit.com/r/programming/comments/brsd0/use_the_right_tool_for_the_job/c0o9dii */
s;main(c){while(c=getchar()+1)s=26*s+c-66;printf("%d",s);}



