Problem 42
Coded Triangle Numbers
The
By converting each letter in a word to a number corresponding to its alphabetical position and adding these values we form a word value. For example, the word value for SKY is
Using words.txt(right click and ‘Save Link/Target As…’), a 16K text file containing nearly two-thousand common English words, how many are triangle words?
编码三角形数
三角形数序列的第
将一个单词的每个字母分别转化为其在字母表中的顺序并相加,所得结果即为这个单词的价值。例如,单词SKY的价值是
在文本文件words.txt中包含有将近两千个常用英文单词,其中有多少个三角形单词?
Gitalking ...