会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Object_S
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
|
管理
2019年11月5日
P1062 数列
摘要: 题目地址
阅读全文
posted @ 2019-11-05 17:09 Object_S
阅读(192)
评论(0)
推荐(0)
编辑
P1144 最短路计数
摘要: 题目地址 注意点: 本题需要开双向边. #include<cstdio> #include<iostream> #include<queue> #include<cstring> #define int long long using namespace std; const int MAXN=2e
阅读全文
posted @ 2019-11-05 11:57 Object_S
阅读(216)
评论(0)
推荐(0)
编辑
P1502 窗口的星星
摘要: 题目地址 基本思想: 扫描线 注意点: 线段树建树时开大一点没坏处.
阅读全文
posted @ 2019-11-05 08:02 Object_S
阅读(119)
评论(0)
推荐(0)
编辑