会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
halfrot
博客园
首页
新随笔
联系
订阅
管理
2017年10月30日
NOIP数学相关模板整理
摘要: $O(n)$递推求逆元 1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 using namespace std; 5 typedef long long ll; 6 int inv[3000010]; 7 int main
阅读全文
posted @ 2017-10-30 21:46 halfrot
阅读(391)
评论(0)
推荐(1)
编辑
公告