第五场和第六场多校都打得很糟糕。

  能做到不以物喜不以己悲是假的,这对队伍的情绪也可以算上是比较大的打击。

  很多时候我们发现了问题,但是依旧没有采取有效的方法去解决它,甚至也没有尝试去改变。这是一件相当糟糕的事情,因为,有的时候,态度决定了实力发挥的稳定性。

  在第五场和第六场多校中,问题暴露的特别明显。读题,罚时,还有代码的细致性。

  知识结构上,高级一些字符串的匹配题需要补上,DP这一块需要加强,还有就是计算几何,数学的板子要尽可能多的收集。

  第五场多校DP题偏多,第六场多校数学规律题比较多。

  然而这也并不是借口去逃避,比我们优秀的队伍就摆在那里,他们的水平并不会受题型的影响。所以归根结底,就是实力不济吧。

  我个人方面,读题比较毛躁,而且思路比较中规中矩,当题目做法偏离我认知范围的时候就会卡死,这一点或许就像磊哥说的,路途中的人和集大成者的差别。所以我只能做,我会,或者跳一跳能够着的题。对于更奇巧的思路,也许缺了一些胆气。然后是对繁琐代码的恐惧,很害怕写复杂代码,或者不常接触的算法类型。这些现阶段只能够通过扩大做题的算法接触面来稍微改善一些。

  很多问题,都是变得更强一些能够直接解决的,不管算法上还是经验上。

  大多数情况下,个人问题也同时是团队的问题,就像多校第六场欣君说他背03的锅,因为打表打错了,然而在这个苦思冥想不得其解的一个小时,我们早可以重新打个表验证一下,然而我没有这么做,我盯着欣君的表,郁闷了那么久。

  这两场比赛算是敲响了警钟吧,接下来会发挥得更好的。

  不管我们用积极或者消极的眼光看待,我们都需要信仰来做一些事情。

  愿我在大部分时间里,做一个努力的人。

  而不是在深夜感慨,一日的碌碌无为。

2016 Multi-University Training Contest 5&6 总结的更多相关文章

  1. 2016 Al-Baath University Training Camp Contest-1

    2016 Al-Baath University Training Camp Contest-1 A题:http://codeforces.com/gym/101028/problem/A 题意:比赛 ...

  2. 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 ...

  3. 2016 Al-Baath University Training Camp Contest-1 A

    Description Tourist likes competitive programming and he has his own Codeforces account. He particip ...

  4. 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 ...

  5. 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 ...

  6. 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 ...

  7. 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 ...

  8. 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 ...

  9. 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 ...

  10. 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, ...

随机推荐

  1. PHP中简单的图形处理

    PHP中简单的图形处理 计应134凌豪 1.加载GD库 GD库是一个开放的动态创建图像.源代码公开的函数库,可以从官方网站http://www.boutell.com/gd处下载.目前,GD库支持GI ...

  2. Python : 熟悉又陌生的字符编码(转自Python 开发者)

    Python : 熟悉又陌生的字符编码 字符编码是计算机编程中不可回避的问题,不管你用 Python2 还是 Python3,亦或是 C++, Java 等,我都觉得非常有必要厘清计算机中的字符编码概 ...

  3. 利用jQuery打造个性网站

    网页结构 编写全局样式(reset.css) /*全局样式*/ body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fi ...

  4. 同步Flex Chart的数据提示

    原文 http://www.riafan.com/sync-datatips-for-flex-chart/ 图表数据提示的同步不仅包含单个图表内多个系列的数据提示的同步,也包含多个图表的数据提示的同 ...

  5. poj3650---将一个字符串中的特定字符转换

    #include <stdio.h> #include <stdlib.h> #include<string.h> int main() { ]; int i; w ...

  6. Spring、Spring依赖注入与编码剖析Spring依赖注入的原理

    Spring依赖注入 新建PersonIDao 和PersonDao底实现Save方法: public interface PersonIDao { public void save(); } pub ...

  7. AndroidUI 侧滑菜单 DrawerLayout的使用

    直接上代码: activity_main.xml: <android.support.v4.widget.DrawerLayout xmlns:android="http://sche ...

  8. leftpad填充函数;

    <!doctype html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  9. 在自定义的js验证规则中调用magento的VarienForm方法验证表单

    js部分<script type="text/javascript"> //<![CDATA[ var loginForm = new VarienForm('l ...

  10. 设计模式六大原则——迪米特法则(LoD)

    1.背景 在图书馆借书.刚開始的时候,直接跑到对应的楼层去,到里面去转,去找要借的书,在里面溜达半天才干找到:后来知道图书馆有一个电脑查询处.然后直接在电脑上输入想要借的书,电脑就会显示你想要借的书的 ...