Timo66

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年7月18日

摘要: Question 1Reverse IntegerReverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321We need to consider a lot of cases of ... 阅读全文
posted @ 2015-07-18 23:52 Timo66 阅读(209) 评论(0) 推荐(0) 编辑

摘要: Question 1Integer to RomanGiven an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999What we need to not... 阅读全文
posted @ 2015-07-18 02:16 Timo66 阅读(150) 评论(0) 推荐(0) 编辑