码迷,mamicode.com
首页 >  
搜索关键字:dragon balls    ( 484个结果
Codeforces Round #245 (Div. 2) B - Balls Game
暴利搜索即可#include #include #include using namespace std;int main(){ int n,k,x; cin >> n >> k >> x; vector c(n); for(int i = 0 ; i > c[i]; ...
分类:其他好文   时间:2014-06-14 18:47:42    阅读次数:206
c#配置log4net
http://www.cnblogs.com/coralsea/archive/2008/07/30/1256621.html 不要忘了在运行的时候将配置文件放入bin目录下debug或者release目录下http://www.cnblogs.com/dragon/archive/2005/03/...
分类:Web程序   时间:2014-06-12 14:17:08    阅读次数:271
SGU 183 Painting the balls (优化的动态规划)
题意:给n个白球,选其中一些涂为黑色,且给了涂第i个球的花费为ci,要求每m个连续的球中至少有两个黑球,问最小花费是多少?容易想到一个方程dp[i][j]=min{dp[k][i]}+c[j]dp[i][j]表示最后上色的两个球分别是第i和第j个球(i#include #include #inclu...
分类:其他好文   时间:2014-06-05 12:52:14    阅读次数:248
Find them, Catch them
DescriptionThe police office in Tadu City decides to say ends to the chaos, as launch actions to root up the TWO gangs in the city, Gang Dragon and Ga...
分类:其他好文   时间:2014-06-02 09:38:19    阅读次数:219
uva 10090 Marbles
Problem FMarblesInput:standard inputOutput:standard outputI have some (say,n) marbles (small glass balls) and I am going to buy some boxes to store th...
分类:其他好文   时间:2014-05-26 14:45:04    阅读次数:319
【log4net】配置文件
相关资料:http://www.cnblogs.com/dragon/archive/2005/03/24/124254.html注意://如果为了使得应用程序的配置文件(web/app.config)不至于很臃肿,把log4net的配置单独放置在//Log4net.config文件中,那么需要应用...
分类:Web程序   时间:2014-05-25 20:38:55    阅读次数:467
uva-----11292 The Dragon of Loowater
Problem C: The Dragon of LoowaterOnce upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.The shores of Rellau Creek...
分类:其他好文   时间:2014-05-15 09:53:27    阅读次数:254
hdu 3635 Dragon Balls
http://acm.hdu.edu.cn/showproblem.php?pid=3635 1 #include 2 #include 3 #include 4 #define maxn 20000 5 using namespace std; 6 7 int f[maxn]; 8 int...
分类:其他好文   时间:2014-05-08 12:01:26    阅读次数:350
HDU 3635 Dragon Balls 带权并查集
点击打开链接 Dragon Balls Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2577    Accepted Submission(s): 993 Problem Description Fi...
分类:其他好文   时间:2014-05-07 02:45:21    阅读次数:345
484条   上一页 1 ... 46 47 48 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!