会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Christopher Yan
自己选择的路,跪着也要走完
博客园
首页
新随笔
联系
订阅
管理
2018年9月25日
树链剖分 洛谷 3384
摘要: #include #include #include #include #include using namespace std; inline int read() { int x = 0; int k = 1; char c = getchar(); while (!isdigit(c)) if (c == '-') k...
阅读全文
posted @ 2018-09-25 17:03 Christopher_Yan
阅读(280)
评论(3)
推荐(0)
编辑
2.3最大公约数与最小公倍数
摘要: 该内容来自CHristopher_Yan的OneNote。
阅读全文
posted @ 2018-09-25 06:55 Christopher_Yan
阅读(676)
评论(0)
推荐(0)
编辑
公告