码迷,mamicode.com
首页 >  
搜索关键字:flying saucer    ( 184个结果
UVA 11280 - Flying to Fredericton(最短路)
UVA 11280 - Flying to Fredericton 题目链接 题意:给定一些国家,和两个国家间的花费,现在有一些询问,询问每次最多转k次飞机,最小花费 思路:dijkstra变形,多开一维表示转机次数即可 代码: #include #include #include #include #include #include #include ...
分类:其他好文   时间:2014-09-25 01:22:28    阅读次数:295
hdu---(1800)Flying to the Mars(trie树)
Flying to the MarsTime Limit: 5000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11228Accepted Submission(s): 361...
分类:其他好文   时间:2014-09-17 21:52:22    阅读次数:323
[转]ORACLE分区表的使用和管理
转自:http://love-flying-snow.iteye.com/blog/573303废话少说,直接讲分区语法。Oracle表分区分为四种:范围分区,散列分区,列表分区和复合分区。一:范围分区 就是根据数据库表中某一字段的值的范围来划分分区,例如:Sql代码 create table g....
分类:数据库   时间:2014-09-09 11:10:08    阅读次数:343
HDU 4063 Aircraft(计算几何)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4063DescriptionYou are playing a flying game.In the game, player controls an aircraft in a 2D-space.The...
分类:其他好文   时间:2014-08-30 19:04:59    阅读次数:254
HDU 1800 Flying to the Mars
可能是数据水吧看到网上的代码都是什么map函数的 但是直接一水而过了#include#include#include#include#include#include#include#define mem(a,b) memset(a,b,sizeof(a))#define ll __int64#def...
分类:其他好文   时间:2014-08-20 02:31:15    阅读次数:246
HDU 1800 Flying to the Mars (水题)
Flying to the MarsTime Limit: 5000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11099Accepted Submission(s): 357...
分类:其他好文   时间:2014-08-19 22:08:25    阅读次数:244
[转载] 笑话:Developer and product manager
A man flying in a hot air balloon suddenly realizes he’s lost. He reduces height and spots a man down below. He lowers the balloon further and shouts ...
分类:其他好文   时间:2014-08-17 18:27:02    阅读次数:247
hdu 1800 Flying to the Mars(简单模拟,string,字符串)
题目又来了string的基本用法//less than 30 digits//等级长度甚至是超过了int64,所以要用字符串来模拟,然后注意去掉前导零//最多重复的个数就是答案//关于string的修改增加的用法#include #include#include #include #includeu...
分类:其他好文   时间:2014-08-06 17:23:51    阅读次数:171
HDU1800 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): 10854    Accepted Submission(s): 3481 Problem Description ...
分类:其他好文   时间:2014-08-05 14:13:19    阅读次数:283
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): 10817    Accepted Submission(s): 3469 Problem Description In...
分类:其他好文   时间:2014-08-03 10:21:35    阅读次数:287
184条   上一页 1 ... 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!