随笔分类 -  String

273. Integer to English Words
摘要:https://leetcode.com/problems/integer-to-english-words/description/ 要求把一个数字转换成英语。 1,000,000,000,000 想到没三位可以成一组,每组内的形成方式是一样的。只是最后加的千位符号不一样 -- "","Thous 阅读全文

posted @ 2018-08-27 12:40 葫芦胡同749 阅读(118) 评论(0) 推荐(0)

导航