摘要: 写在前面,参考的力扣官网的解题 一、java代码 /* * @lc app=leetcode.cn id=9 lang=java * * [9] 回文数 */ // @lc code=start class Solution { public boolean isPalindrome(int x) 阅读全文
posted @ 2020-08-07 12:08 阿狸狸爱吃饭 阅读(94) 评论(0) 推荐(1) 编辑
摘要: 写在前面,参考的是力扣官网的解题思路,好懂和图解 一、java代码 /* * @lc app=leetcode.cn id=8 lang=java * * [8] 字符串转换整数 (atoi) */ // @lc code=start class Solution { public int myAt 阅读全文
posted @ 2020-08-07 11:54 阿狸狸爱吃饭 阅读(126) 评论(0) 推荐(0) 编辑