摘要: Determine whether an integer is a palindrome. Do this without extra space. 判断是否是回文数。.如:98789返回true。 提示: 1)负数不是回文数,如-123 ‘-’不等于‘3’ 2)不能使用额外空间的意思是,不管输入的 阅读全文
posted @ 2017-11-06 19:31 hozhangel 阅读(139) 评论(0) 推荐(0)