会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xpp
CnBlogs
Home
New Post
Contact
Admin
Subscription
2017年4月20日
Valid Palindrome
class Solution { public: bool isPalindrome(string s) { transform(s.begin(), s.end(), s.begin(), ::tolower); int lt = 0, rt = s.size()-1; while(lt = 0) { ...
Read More
posted @ 2017-04-20 21:51 chengcy
Views(100)
Comments(0)
Diggs(0)
公告