会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Szang
博客园
首页
新随笔
联系
订阅
管理
2022年12月21日
求一个数字的2次方
摘要: 可以用位运算 int ans=1<<weishu;
阅读全文
posted @ 2022-12-21 16:41 Szang
阅读(206)
评论(0)
推荐(0)
编辑
C++排列函数
摘要: https://blog.csdn.net/m0_37890541/article/details/105104045 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int
阅读全文
posted @ 2022-12-21 14:21 Szang
阅读(52)
评论(0)
推荐(0)
编辑
公告