2019年1月6日

leetcode 7. Reverse Integer

摘要: 代码很好写,需要考虑呢的是反置的数字超出int 型的时候就要返回0.这里参考了https://www.cnblogs.com/ariel-dreamland/p/8706403.html这篇博客。 然后把leetcode里面默认给的数据类型也改了 Your input 1534236469 Your 阅读全文

posted @ 2019-01-06 21:29 Gavinthoms 阅读(89) 评论(0) 推荐(0) 编辑

导航