2021. Scarily interesting! Time limit: 1.0 secondMemory limit: 64 MB This year at Monsters University it is decided to arrange Scare Games. At the Gam ...
分类:
其他好文 时间:
2017-04-30 22:52:37
阅读次数:
253
2019. Pair: normal and paranormal Time limit: 1.0 secondMemory limit: 64 MB If you find yourself in Nevada at an abandoned nuclear range during Hallow ...
分类:
其他好文 时间:
2017-04-30 22:49:17
阅读次数:
282
2016. Magic and Science Time limit: 1.0 secondMemory limit: 64 MB Scientists who specialize in witchcraft have recently discovered a new elementary pa ...
分类:
其他好文 时间:
2017-04-30 21:35:02
阅读次数:
276
2014. Zhenya moves from parents Time limit: 1.0 secondMemory limit: 64 MB Zhenya moved from his parents’ home to study in other city. He didn’t take a ...
分类:
其他好文 时间:
2017-04-30 21:32:42
阅读次数:
219
题目地址:Ural 2018 简单DP。用滚动数组。 代码例如以下: #include <iostream> #include <cstdio> #include <string> #include <cstring> #include <stdlib.h> #include <math.h> #i ...
分类:
其他好文 时间:
2017-04-30 21:32:16
阅读次数:
183
2015. Zhenya moves from the dormitory Time limit: 1.0 secondMemory limit: 64 MB After moving from his parents’ place Zhenya has been living in the Uni ...
分类:
其他好文 时间:
2017-04-30 21:27:56
阅读次数:
148
2012. About Grisha N. Time limit: 1.0 secondMemory limit: 64 MB Grisha N. told his two teammates that he was going to solve all given problems at the ...
分类:
其他好文 时间:
2017-04-30 21:27:14
阅读次数:
142
TOJ 614173971 HDU 宇智波佐助 POJ shiai ZOJ henyumen UVa henyumen Light OJ HENYUMEN bzoj henyumen ural 165399AL FOJ henyumen SPOJ f_d JBoss fdfinal3 TOJ 614 ...
分类:
其他好文 时间:
2017-04-30 18:45:14
阅读次数:
177
题意:给定两个队伍的每个人的得分,让你安排怎么比赛才能使得观众知道冠军的时间最长。 析:贪心,很简单,就是先开始总分高的先出最差劲的,总分低的先出最厉害的,这个题当时实在是读的不明白啊,WA了好多次。 代码如下: ...
分类:
其他好文 时间:
2017-04-30 17:18:49
阅读次数:
138
题意:在一个半圆内,有2*n个点,其中有大写字母和小写字母。其中你需要连接大写字母到小写字母,其中需要保证这些连接的线段之间没有相交。 如果能够实现,将大写字母对应的小写字母的序号按序输出。 析:我把它看成一个括号序列,然后用栈解决即可。 代码如下: ...
分类:
其他好文 时间:
2017-04-30 17:12:44
阅读次数:
143