最终是5题银。其实感觉再给点时间能7题的,主要是最后机子不够用了,没时间调试了,当然代码能力弱也是很大的一个问题。 E题,队友当时卡了很久,最终是A了。赛后发现就是一个很水的数位DP。。代码如下: 1 #include <stdio.h> 2 #include <algorithm> 3 #incl ...
分类:
其他好文 时间:
2017-04-26 10:06:06
阅读次数:
255
地址:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3962 题目: A seven segment display, or seven segment indicator, is a form of electronic ...
分类:
其他好文 时间:
2017-04-25 23:38:38
阅读次数:
646
地址:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3960 题目: Japari Park is a large zoo home to extant species, endangered species, extinc ...
分类:
其他好文 时间:
2017-04-25 23:33:52
阅读次数:
367
地址:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3961 题目: ACM (ACMers' Chatting Messenger) is a famous instant messaging software devel ...
分类:
其他好文 时间:
2017-04-25 23:26:47
阅读次数:
556
地址:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3959 题目: It's time to prepare the problems for the 14th Zhejiang Provincial Collegiate ...
分类:
其他好文 时间:
2017-04-25 22:28:00
阅读次数:
519
地址:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3958 题目: "Miss Kobayashi's Dragon Maid" is a Japanese manga series written and illustr ...
分类:
其他好文 时间:
2017-04-25 22:17:15
阅读次数:
602
题目真的是从易到难的顺序,而且跨度非常合理,只是看到榜单上后5题只有一支队做出来了一个,其他的没人做出来啊。。 A - Cooking Competition 水题。 B - Problem Preparation 水题,细心点。特别是10~13题,差点被坑一小下。 C - What Kind of ...
分类:
其他好文 时间:
2017-04-25 19:59:11
阅读次数:
140
数码管从某个状态顺序转移N个状态 计算总共有多少个数码管被点亮 N<=10^9 观察数码管的变化规律,有明显的周期和重复,利用这个性质,计算相对于初始状态,某一位上的某个状态重复了多少次,就可以在常数时间内求得。 ...
分类:
其他好文 时间:
2017-04-22 18:48:50
阅读次数:
166
作为一名初级财务人员,在生完孩子再次步入职场后,更深刻的认识到自己的不足。拥有的财务知识无论是深度还是广度,都对职业发展益处不大。对自己进行了浅薄的剖析,认为我的兴趣、性格都不适合做财务。所以想开发一项技能,能提高职场竞争力,找到兴趣点。自我介绍29岁财务女..
分类:
编程语言 时间:
2017-04-20 11:51:30
阅读次数:
127
迎着小雨,我来到了翻车圣地 轻工业学院,我是来这几次翻几次,所以一开始心情就十分忐忑,开始的时候特别高大上,弄得跟省赛一样,还有个参赛证,不过因为意外,比赛推迟了一个小时,然后我们提前10分钟拿到了题目,因为是组队赛,所以与一开始我们分别看了三道题,,当他们两个讨论的时候,,我发现了,,以我的水平做 ...
分类:
其他好文 时间:
2017-04-16 21:06:51
阅读次数:
131