
2016noip
wspl654321
。。。。。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2016 noip day2蚯蚓总结
地址在这=>https://www.luogu.org/record/show?rid=1497670 这道题一开始我没有附初值,否则有负的情况。 longlong超时。。 数组开小 。。 最后虽然过了,但时间总是卡到1s,非常令人不解。 以后做题要仔细,不要忘记一些最基本的错误。原创 2016-12-11 10:14:10 · 252 阅读 · 0 评论 -
2016 noip 蚯蚓(earthworm)模板
地址在这 这道题一开始我没有附初值,否则有负的情况。 longlong超时。。 数组开小 。。 最后虽然过了,但时间总是卡到1s,非常令人不解。 以后做题要仔细,不要忘记一些最基本的错误。 #include<cstdio> #include<iostream> #include<string> #include<cstring> #include<algorithm> #include<c原创 2016-12-11 10:20:53 · 293 阅读 · 0 评论 -
洛谷10月月赛R1·浴谷八连测R1·提高组:SAC E#1 - 一道简单题 Sequence2
100 分建八棵树状数组。 维护前面的最大值。。#include<cstdio> #include<iostream> #include<algorithm> using namespace std; int dp[5][100009],n; int a[5][100009],c[10][400009],t[400009],tot,ans,t1; void up(int k,int x,int v原创 2017-10-15 17:05:17 · 334 阅读 · 0 评论