会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Greenty_Q
Crush On You
新随笔
管理
2019年6月4日
【CF1174E】Ehab and the Expected GCD Problem
摘要: ``` #include using namespace std; typedef long long ll; const ll mod = 1e9+7; const int N = 1e6+5; int n; ll siz[N]; ll d[2][25][25],pow2[25],pow3[25]; void ycl(){ int o=0; pow2[0] = pow3[0] =...
阅读全文
posted @ 2019-06-04 20:20 Greenty
阅读(260)
评论(0)
推荐(0)
编辑
公告