会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wuliking
我有两个不会,这个不会,那个也不会。
博客园
联系
管理
随笔分类 -
数论——欧拉函数
欧拉函数模版
摘要:#include #include #include #include #include #include using namespace std; typedef long long LL; const int maxn = 1e6+5; LL n; LL get_Euler(LL x){ LL res = x; ///初始值 for(LL i = 2LL; i ...
阅读全文
posted @
2019-07-10 10:02
wuliking
阅读(159)
评论(0)
推荐(0)
公告