会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Object_S
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
|
管理
2021年12月13日
题解 -- 希望
摘要: 方法1 类比除法分块,打表1 -- 1e6,直接用sum解决。可解决n范围为1到1e12的数据。 #include<cstdio> #include<iostream> #include<cmath> #define int long long using namespace std; const
阅读全文
posted @ 2021-12-13 20:51 Object_S
阅读(26)
评论(0)
推荐(0)
编辑