会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
junior19
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2017年3月11日
UVA11426:GCD - Extreme (II) (欧拉函数)
摘要: 题意:给定N(1 #include#includeusing namespace std;const long long maxn=4100000;long long phi[maxn*2];long long s[maxn],f[maxn];void phi_table(int n){ ...
阅读全文
posted @ 2017-03-11 20:59 junior19
阅读(126)
评论(0)
推荐(0)
GDUT1174:我是好人4(容斥定理)
摘要: 1174: 我是好人4 Time Limit: 1 Sec Memory Limit: 128 MB Submit: 526 Solved: 103 Description 众所周知,我是好人!所以不会出太难的题,题意很简单 给你n个数,问你1000000000(含1e9)以...
阅读全文
posted @ 2017-03-11 20:00 junior19
阅读(136)
评论(0)
推荐(0)