摘要: class Solution { public: bool isPalindrome(int x) { if(x> result; return x == result;//比较得出结果 } } 阅读全文
posted @ 2019-05-29 16:37 Austin_anheqiao 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 基础 c++基本整型 char:8位 short:至少16位 int:至少与short一样长,一般为32位 long:至少16位,至少与int一样长,一般为32位 long long:至少64位,且至少与long一样长 阅读全文
posted @ 2019-05-29 16:30 Austin_anheqiao 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 暴力法:两层循环遍历整个数组 阅读全文
posted @ 2019-05-29 10:59 Austin_anheqiao 阅读(181) 评论(0) 推荐(0) 编辑