会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
codedream
编程梦想,变成现实,不再是梦想。
首页
新随笔
联系
管理
2016年3月15日
poj 3468 A Simple Problem with Integers(线段树 插线问线)
摘要: #include#include#include#define NN 2500000using namespace std;typedef long long LL;struct node{ LL l,r,sum,flag;} N[NN];void build(LL l,LL r,LL i)...
阅读全文
posted @ 2016-03-15 15:29 Code-dream
阅读(158)
评论(0)
推荐(0)
编辑
公告