2016 Multi-University Training Contest 4 总结
第四场多校队伍的发挥还是相当不错的。
我倒着看题,发觉最后一题树状数组可过,于是跟队友说,便开始写,十分钟AC。
欣君翻译01题给磊哥,发现是KMP裸题,但是发现模板太旧,改改后过了。
11题是一道毒性很强的题目,就是统计一个词在题目给出的列表中出现的次数,于是欣君用exal数数,然后数错了,获得一个WA,迷一样的罚时获得方式= =。之后磊哥用程序统计出现次数,一A。
欣君翻译完06题,我觉得后缀数组可做,于是开始写,迷之WA,磊哥对拍了一下,发现没有什么问题,暂时搁置。
欣君开启解方程模式,觉得05可做,于是开始写05。
这个时候,我发现06题数组开的不够大,于是改大数组,AC。(磊哥:你开数组干嘛那么小气,满打满算的,开大点就没这种神奇的问题了呀)
欣君开始05的持续WA模式,磊哥小数据对拍发现算法存在问题。于是改改改,WAWAWA。积累七次WA。
10题我觉得依旧是个树状数组,写完,WA。发现题目中0可变为任意整数,而非正整数,调整代码姿势,AC。
此时欣君发现05bug,AC。
我想出03题边割集的一种卡在超时边缘的发现,尝试了一下,发现果然超时。
这时欣君和磊哥讨论出一种02的算法,于是磊哥开始写代码,最后一个小时了,处理问题细节并不是特别注意,提交了七次WA,最后欣君在磊哥代码最后对答案的合法性进行了一次判断之后,神奇地AC了,排名突然跳至前面,比赛结束。最后排名47,算是有史以来最高的一次排名。欣喜地发现,罚时也是全场最高= =。
赛后欣君去学习了最大权闭合图网络流,补了09题。
我负责把03题补掉,实际思路已经是相当接近了,但是代码实现中的常数有点大导致比赛时候两个TLE。在安琪姐这里学习了状压的一些巧妙的用法,感觉又有了一些提升。
大概,我开始慢慢摆脱临渊羡鱼的心理困境了吧。
因为,不管用的上用不上,我也许,也确实是在编织着一张很大的网。
我看得见遥远的星球和玫瑰。
我也不会因为没有尽头的幻想和回忆,在沙漠里变成老去的树。
2016 Multi-University Training Contest 4 总结的更多相关文章
- 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, ...
随机推荐
- python运维开发(六)----模块续
内容目录 反射 模块 os模块 sys模块 md5加密模块 re正则匹配模块 configparse模块 xml模块 shutil模块 subprocess模块 反射 利用字符串的形式去对象(模块)中 ...
- AutoItLibrary库入门
一.AutoItLibrary入门 1. 为什么要使用AutoItLibrary Selenium2library在我们实际测试web页面的时候基本上已经够用了,不过还是会有部分情况下会脱离Selen ...
- Jquery remove()和empty()
要用到移除指定元素的时候,发现empty()与remove([expr])都可以用来实现.可仔细观察效果的话就可以发现.empty()是只移除了 指定元素中的所有子节点,拿$("p" ...
- Mono For Android中AlarmManager的使用
最近做了一个应用,要求如下: 程序运行之后的一段时间,分别触发3个不同的事件.当然很快就想到了Android中的AlarmManager和BroadcastReceiver.但是毕竟Mono环境和Ja ...
- js数值转换
先来几个题吧: var num1 = Number("123blue");var num2 = Number("");var num3 = Number([]) ...
- VC维的物理意义
vc约等于可调节参数的个数 来自为知笔记(Wiz)
- 关于ztree打开关闭所有节点,选中指定id节点
var isOneByOneExpand=false;//是否递归展开 //展开节点 function expendNode(nodeId){ var node = treeObj.getNodeBy ...
- Spring流程
Spring Web Flow是Spring框架的子项目,作用是让程序按规定流程运行. 1 安装配置Spring Web Flow 虽然Spring Web Flow是Spring框架的子项目,但它并 ...
- SQL Server 获取服务器信息
最近做了一个小工具,里面涉及到一些取SQL Server 服务器信息的一些东西,找了好久,找到一个不错的,贴出来分享. 系统函数 SERVERPROPERTY ( propertyname ) 包含要 ...
- How to change a product dropdown attribute to a multiselect in Magento
First, update the attribute input type to multiselect: UPDATE eav_attribute SET entity_type_id ', at ...