会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Tshaxz
博客园
首页
新随笔
联系
订阅
管理
2022年4月18日
【基础算法】双指针专题
摘要: 1346. 回文平方 #include <iostream> #include <algorithm> #include <cstring> using namespace std; char get(int x) // 将x转化为b进制 { if(x <= 9) return x + '0'; r
阅读全文
posted @ 2022-04-18 22:11 Tshaxz
阅读(25)
评论(0)
推荐(0)
编辑
公告
Language: HTML