LeetCode 7. Reverse Integer 一个整数倒叙输出
摘要:
潜在问题:(1)随着求和可能精度会溢出int 范围,需要使用long 来辅助判断是否溢出,此时返回 0 Assume we are dealing with an environment which could only store integers within the 32-bit signed 阅读全文
posted @ 2018-09-08 23:50 ACM_Someone like you 阅读(170) 评论(0) 推荐(0) 编辑