会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
1218ghcred
We will meet again some sunny day!
首页
新随笔
联系
管理
2018年1月7日
线段树-区间最大连续和 NKOJ1316 (小白逛公园)
摘要: 1 #include <stdio.h> 2 #include <algorithm> 3 4 using namespace std; 5 6 const int _N = 550000; 7 const int INF = 1e9; 8 9 int A[_N]; 10 int n, m; 11
阅读全文
posted @ 2018-01-07 11:33 derchg
阅读(144)
评论(0)
推荐(0)
编辑