2016 Multi-University Training Contest 5&6 总结
第五场和第六场多校都打得很糟糕。
能做到不以物喜不以己悲是假的,这对队伍的情绪也可以算上是比较大的打击。
很多时候我们发现了问题,但是依旧没有采取有效的方法去解决它,甚至也没有尝试去改变。这是一件相当糟糕的事情,因为,有的时候,态度决定了实力发挥的稳定性。
在第五场和第六场多校中,问题暴露的特别明显。读题,罚时,还有代码的细致性。
知识结构上,高级一些字符串的匹配题需要补上,DP这一块需要加强,还有就是计算几何,数学的板子要尽可能多的收集。
第五场多校DP题偏多,第六场多校数学规律题比较多。
然而这也并不是借口去逃避,比我们优秀的队伍就摆在那里,他们的水平并不会受题型的影响。所以归根结底,就是实力不济吧。
我个人方面,读题比较毛躁,而且思路比较中规中矩,当题目做法偏离我认知范围的时候就会卡死,这一点或许就像磊哥说的,路途中的人和集大成者的差别。所以我只能做,我会,或者跳一跳能够着的题。对于更奇巧的思路,也许缺了一些胆气。然后是对繁琐代码的恐惧,很害怕写复杂代码,或者不常接触的算法类型。这些现阶段只能够通过扩大做题的算法接触面来稍微改善一些。
很多问题,都是变得更强一些能够直接解决的,不管算法上还是经验上。
大多数情况下,个人问题也同时是团队的问题,就像多校第六场欣君说他背03的锅,因为打表打错了,然而在这个苦思冥想不得其解的一个小时,我们早可以重新打个表验证一下,然而我没有这么做,我盯着欣君的表,郁闷了那么久。
这两场比赛算是敲响了警钟吧,接下来会发挥得更好的。
不管我们用积极或者消极的眼光看待,我们都需要信仰来做一些事情。
愿我在大部分时间里,做一个努力的人。
而不是在深夜感慨,一日的碌碌无为。
2016 Multi-University Training Contest 5&6 总结的更多相关文章
- 2016 Al-Baath University Training Camp Contest-1
2016 Al-Baath University Training Camp Contest-1 A题:http://codeforces.com/gym/101028/problem/A 题意:比赛 ...
- 2016 Al-Baath University Training Camp Contest-1 E
Description ACM-SCPC-2017 is approaching every university is trying to do its best in order to be th ...
- 2016 Al-Baath University Training Camp Contest-1 A
Description Tourist likes competitive programming and he has his own Codeforces account. He particip ...
- 2016 Al-Baath University Training Camp Contest-1 J
Description X is fighting beasts in the forest, in order to have a better chance to survive he's gon ...
- 2016 Al-Baath University Training Camp Contest-1 I
Description It is raining again! Youssef really forgot that there is a chance of rain in March, so h ...
- 2016 Al-Baath University Training Camp Contest-1 H
Description You've possibly heard about 'The Endless River'. However, if not, we are introducing it ...
- 2016 Al-Baath University Training Camp Contest-1 G
Description The forces of evil are about to disappear since our hero is now on top on the tower of e ...
- 2016 Al-Baath University Training Camp Contest-1 F
Description Zaid has two words, a of length between 4 and 1000 and b of length 4 exactly. The word a ...
- 2016 Al-Baath University Training Camp Contest-1 D
Description X is well known artist, no one knows the secrete behind the beautiful paintings of X exc ...
- 2016 Al-Baath University Training Camp Contest-1 C
Description Rami went back from school and he had an easy homework about bitwise operations (and,or, ...
随机推荐
- 解决HTML5中placeholder属性兼容性的JQuery插件
//调用方法 $(function () { $(".pHolder").jason(); }); //HTML代码 <input type="text&quo ...
- 重读LPTHW-Lesson15-17
1.引入sys模块,argv参数变量解包,可以多一种方式获取用户输入: # filename:argv_test.pyfrom sys import argv script,first,second ...
- Java 按值传递
http://guhanjie.iteye.com/blog/1683637 http://www.zhihu.com/question/31203609 String类 1.String 类按照 J ...
- MYSQL 简单的循环存储过程
BEGIN ; ; DO DO ); ; ) THEN ; END IF; END WHILE; ; ; END WHILE; END
- Guava缓存器源码分析——缓存统计器
Guava缓存器统计器实现: 全局统计器—— 1.CacheBuilder的静态成员变量Supplier<StatsCounter> CACHE_STATS_COUNTER ...
- dhtmlgrid修改,支持IE10
因为项目IE升级,导致原来使用的dhtmlgrid无法正常显示,同时通过loadxml接口还有属性不支持. 花了半天时间对dhtmlgrid进行了修改,能够支持IE10正常加载显示. edit by ...
- hdu 4602 Partition(矩阵快速幂乘法)
Problem Description Define f(n) , we have =+++ =++ =++ =++ =+ =+ =+ = totally ways. Actually, we wil ...
- kubernetes之kube-ApiServer代码分析
一.概述: kube-ApiServer相当于是k8集群的一个入口,不论通过kubectl还是使用remote api 直接控制,都要经过apiserver.apiserver说白了就是一个serve ...
- winform CheckedListBox实现全选/全不选
/全选 private void button3_Click(object sender, EventArgs e) { for (int i ...
- .net通用权限框架B/S (五)--WEB(2)登录
.net通用权限框架 登录成功将 1.登录用户id保存到session 2.保存权限到Dictionary<int,string>,然后将该对象保存到session中,以便后续页面使用 D ...