摘要: Implement atoi to convert a string to an integer. 阅读全文
posted @ 2013-10-05 12:12 般若一号 阅读(508) 评论(2) 推荐(0) 编辑
摘要: Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 阅读全文
posted @ 2013-10-05 10:56 般若一号 阅读(1231) 评论(0) 推荐(0) 编辑