码迷,mamicode.com
首页 >  
搜索关键字:flying saucer    ( 184个结果
HDU 1800 Flying to the Mars(字典树)
Flying to the Mars Time Limit: 5000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 12767    Accepted Submission(s): 4048 Problem Description In t...
分类:其他好文   时间:2015-05-09 08:54:25    阅读次数:120
Sicily 14181. Flying Safely
14181. Flying Safely Constraints Time Limit: 1 secs, Memory Limit: 256 MB Description Due to budget cuts, even spies have to use commercial airlines nowadays to travel between cities...
分类:其他好文   时间:2015-04-27 10:00:29    阅读次数:195
HDU1800 Flying to the Mars【字典树】
题目大意: 有N个士兵。用不同的整数表示不同的级别。级别高的士兵可以教级别低的士兵,他们可以共用一把 扫帚。一个士兵最多只能有一个学生或一个老师。问:最少需要几把扫帚。 思路: 对于士兵都不相同的士兵,只需要一把扫帚。那么问题转变为找出给出数理重复次数最多的个数。建 立字典树,将每个数当作字符串插入字典树中,记录每个数出现的次数,最后找出重复出现次数的最 大值即为所求。注意:04和4都表示4,插入的时候,应该清除掉前导零。...
分类:其他好文   时间:2015-04-22 11:39:40    阅读次数:113
Devour Magic 线段树
点击打开链接 Devour Magic Time Limit: 2000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 In Warcraft III, Destroyer is a large flying unit that must consume magic to sustain its ...
分类:其他好文   时间:2015-04-16 21:58:22    阅读次数:186
杭电 HDU ACM 1800 Flying to the Mars
Flying to the Mars Time Limit: 5000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 12471    Accepted Submission(s): 3963 Problem Description In t...
分类:其他好文   时间:2015-04-16 09:09:06    阅读次数:176
Oracle 分区表(转)
原文地址:http://love-flying-snow.iteye.com/blog/573303废话少说,直接讲分区语法。Oracle表分区分为四种:范围分区,散列分区,列表分区和复合分区。一:范围分区 就是根据数据库表中某一字段的值的范围来划分分区,例如:Sql代码 createtablegr...
分类:数据库   时间:2015-04-10 20:11:28    阅读次数:207
【贪心专题】HDU 1800 Flying to the Mars (寻找最大重复元素) && HDU 2124 Repair the Wall (贪心)
链接:click here~~ 题意:          有n个士兵每个人有一个水平值,水平高的的人可以教低的人,意思就是求最合适的组合使花费最小 【解题思路】 刚看到此题,竟没有思路。。想 了一会,其实找到最大重复元素的次数即可,因为相同的人肯定不能共用一个,所以求得最少即为最大的重复次数,跟前面一道题差不多,做完看了别人思路,发现用map容器来做很方便:map容器的内部是一个红黑树,我...
分类:其他好文   时间:2015-04-07 15:36:23    阅读次数:113
LightOJ 1341 - Aladdin and the Flying Carpet(算术基本定理啊)
LightOJ 1341 - Aladdin and the Flying Carpet(算术基本定理啊)...
分类:其他好文   时间:2015-03-31 20:05:53    阅读次数:138
【暴力,STL,水】UVa 1523 - Helicopter
Since ancient time, people have been dreaming of flying in the sky. Eventually, the dream was realized in the 20th century. Nowadays, the airplane bec...
分类:其他好文   时间:2015-03-15 12:12:53    阅读次数:178
POJ 2603
Brave balloonistsTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 4934Accepted: 2074DescriptionTen mathematicians are flying on a balloon over...
分类:其他好文   时间:2015-03-10 23:04:14    阅读次数:160
184条   上一页 1 ... 14 15 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!