码迷,mamicode.com
首页 >  
搜索关键字:hdoj    ( 2498个结果
hdoj 3177 Crixalis's Equipment 【贪心】
Crixalis's Equipment Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3073    Accepted Submission(s): 1250 Problem Description Crixa...
分类:其他好文   时间:2014-11-14 01:42:05    阅读次数:198
hdoj 1116 Play on Words 【并查集】+【欧拉路】
Play on Words Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5622    Accepted Submission(s): 1850 Problem Description Some of the...
分类:其他好文   时间:2014-11-14 01:41:30    阅读次数:252
hdoj 1286 找新朋友 【数论之欧拉函数】
找新朋友 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 7912    Accepted Submission(s): 4157 Problem Description 新年快到了,“猪头帮协会”准备搞一个聚会,...
分类:其他好文   时间:2014-11-14 01:38:14    阅读次数:165
【HDOJ】1494 跑跑卡丁车
DP,将能量映射为0~14,注意当选择这圈加速的时候,这圈就不能再储存能量,同时能量14可能转化为10。 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 #define M...
分类:其他好文   时间:2014-11-13 22:18:00    阅读次数:289
【HDOJ】1495 非常可乐
bfs. 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define MAXN 105 8 9 bool visit[MAXN][MAXN][MAXN];10 11 typedef stru...
分类:其他好文   时间:2014-11-13 18:27:06    阅读次数:231
HDoj-1228-A + B
A + BTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 12153Accepted Submission(s): 7103Problem Desc...
分类:其他好文   时间:2014-11-13 14:32:10    阅读次数:168
hdoj 1598 find the most comfortable road 【并查集】+【暴力枚举】
find the most comfortable roadTime Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4022Accepted Submiss...
分类:其他好文   时间:2014-11-13 01:44:03    阅读次数:197
hdoj 1106 排序 【水题】
排序 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 35499    Accepted Submission(s): 10042 Problem Description 输入一行数字,如果我们把这行数字中的‘5’...
分类:编程语言   时间:2014-11-13 00:36:57    阅读次数:213
hdoj 1598 find the most comfortable road 【并查集】+【暴力枚举】
find the most comfortable road Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 4022    Accepted Submission(s): 1732 Problem Descript...
分类:其他好文   时间:2014-11-13 00:35:07    阅读次数:174
字典树-HDOJ-1247-Hat’s Words
Hat’s Words Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 8482    Accepted Submission(s): 3053 Problem Description A hat’s word i...
分类:其他好文   时间:2014-11-12 15:04:53    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!