码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
算法导论--装备线调度(升序&&降序输出)
题意就先不用讲了吧,感觉自己还没有掌握核心的东西。//心得 //怎样保持路径,递归的实现 #include #include #include #include #include using namespace std; int a[100][100];//time for station int t[100][100];//time for from Li to Lj int f[100]...
分类:其他好文   时间:2014-07-12 23:54:43    阅读次数:356
ACdream 1125(ACfun-字典序)
A - ACfun Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description As a former ACMer, "AC" is a special abbreviated word which can ...
分类:其他好文   时间:2014-07-12 23:22:15    阅读次数:178
ACdream: ACfun
ACfun Time Limit: 2000/1000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others) SubmitStatisticNext Problem Problem Description As a former ACMer, "AC" is a special abbreviated wor...
分类:其他好文   时间:2014-07-12 22:37:58    阅读次数:161
ACdream原创群赛(16) F
MST Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description Given a connected, undirected graph, a spanning tree of that graph is...
分类:其他好文   时间:2014-07-12 22:32:40    阅读次数:200
ACdream: Sum
Sum Time Limit: 2000/1000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others) SubmitStatisticNext Problem Problem Description You are given an N*N digit matrix and you can get seve...
分类:其他好文   时间:2014-07-12 22:17:10    阅读次数:236
ACdream原创群赛(16) J
Sum Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description You are given an N*N digit matrix and you can get several horizontal o...
分类:其他好文   时间:2014-07-12 21:17:15    阅读次数:182
ACdream 1139(Sum-逆元)
J - Sum Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description You are given an N*N digit matrix and you can get several horizont...
分类:其他好文   时间:2014-07-12 20:26:54    阅读次数:269
POJ 3020 Antenna Placement
Antenna Placement Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6342 Accepted: 3131 Description The Global Aerial Research Centre has been allotted the task of building the fi...
分类:其他好文   时间:2014-07-12 19:07:08    阅读次数:181
ACdream 1135(MST-最小生成树边上2个值,维护第一个最小的前提下让另一个最小)
F - MST Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description Given a connected, undirected graph, a spanning tree of that graph...
分类:其他好文   时间:2014-07-12 17:42:21    阅读次数:199
LeetCode——Best Time to Buy and Sell Stock II
Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy on...
分类:其他好文   时间:2014-07-12 16:31:50    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!