码迷,mamicode.com
首页 > 编程语言 > 详细

欧拉计划(python) problem 17

时间:2015-01-29 14:44:35      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:

Number letter counts

Problem 17

If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total.

If all the numbers from 1 to 1000 (one thousand) inclusive were written out in words, how many letters would be used?


NOTE: Do not count spaces or hyphens. For example, 342 (three hundred and forty-two) contains 23 letters and 115 (one hundred and fifteen) contains 20 letters. The use of "and" when writing out numbers is in compliance with British usage.


Answer:
21124
Completed on Wed, 28 Jan 2015, 15:17


这道题没有任何难度,只要熟悉了英文数字的表达方式循环一遍就好了,也可以计算出每个单词出现的次数不过这样太麻烦了

欧拉计划(python) problem 17

标签:

原文地址:http://blog.csdn.net/zhangzhengyi03539/article/details/43269523

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!