会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Roni
coding, design, style and best practices
博客园
首页
联系
管理
2018年6月25日
最大子段和模板
摘要: ``` include using namespace std; const int MAXN=200005; int dp[MAXN],a[MAXN],n,ans= 100000; int main(){ scanf("%d",&n); for(int i=1;i
阅读全文
posted @ 2018-06-25 06:53 Roni_i
阅读(118)
评论(0)
推荐(0)
编辑
公告