会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JLNU-航的博客
吉林师范大学计科18级本科生赵启航
博客园
首页
新随笔
联系
订阅
管理
2020年7月20日
数论(二)
摘要: 一 .试除法求约数 #include<bits/stdc++.h> using namespace std; vector<int> get_res(int n) { vector<int> res; for(int i=1;i<=n/i;i++) { if(n%i==0){ res.push_ba
阅读全文
posted @ 2020-07-20 22:01 JLNU-航
阅读(162)
评论(0)
推荐(0)
公告