码迷,mamicode.com
首页 >  
搜索关键字:csu 1328 近似回文词    ( 645个结果
CSU 1527 Bounty Hunter dp 双调旅行商
题目链接:点击打开链接 裸的双调旅行商问题啦 #include #include #include #include #include #include #include #include using namespace std; #define ll int #define N 550 #define inf 1152921504606846976 struct node{ ...
分类:其他好文   时间:2015-03-28 10:11:52    阅读次数:341
CSU 1531 Jewelry Exhibition 二分匹配(裸
题目链接:点击打开链接 题意: 给定[0,n] * [0,m]的二维矩阵 矩阵内有k个绿点 下面k行给出绿点坐标,(保证给出的坐标都不是整数且 0 问: 用宽度为1的刷子,一次可以把一行染色或者把一列染色 问最少要使用几次刷子 思路: 二分匹配,把所有点都映射到该点所在的方格的左下角坐标里(即舍弃小数部分) 然后就是一道经典的行列匹配,和排兵布阵一样做法。 #inclu...
分类:其他好文   时间:2015-03-28 10:11:31    阅读次数:302
csu1527: Bounty Hunter
Time Limit:5000MS     Memory Limit:131072KB     64bit IO Format:%lld & %llu Submit Status Practice CSU 1527 Description Input Output Sample Input...
分类:其他好文   时间:2015-03-19 22:05:33    阅读次数:103
CSU 1529 Equator DP
队列优化DP Equator Time Limit: 5000MS   Memory Limit: 131072KB   64bit IO Format: %lld & %llu Submit Status Description Input Outp...
分类:其他好文   时间:2015-03-17 23:48:42    阅读次数:510
csu 1535: Pizza voting(思维)
http://acm.csu.edu.cn/OnlineJudge/showsource.php?id=97625#include#include#include#includeusing namespace std;int a[200000];int main(){ int n,m; int .....
分类:其他好文   时间:2015-03-15 22:47:15    阅读次数:139
csu 1530: Gold Rush(贪心)
http://acm.csu.edu.cn/OnlineJudge/showsource.php?id=97234#include#include#include#include#includeusing namespace std;int main(){ //freopen("output.tx....
分类:其他好文   时间:2015-03-15 22:37:21    阅读次数:155
CSU 1105
A - 打怪升级 Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%lld & %llu Submit Status Practice CSU 1105 Appoint description:  System Crawler  (2015-03-10) Description ...
分类:其他好文   时间:2015-03-14 09:45:56    阅读次数:127
CSU 1110线段树
C - RMQ with Shifts Time Limit:1000MS     Memory Limit:131072KB     64bit IO Format:%lld & %llu Submit Status Practice CSU 1110 Appoint description:  System Crawler  (2015-03-10) Desc...
分类:其他好文   时间:2015-03-14 09:43:21    阅读次数:135
CSU 1092 Barricade
1092: BarricadeTime Limit: 1 SecMemory Limit: 32 MBSubmit: 240Solved: 71[Submit][Status][Web Board]DescriptionGBQC国一共有N个城市,标号分别为1, 2, …, N。N个城市间一共有M条单...
分类:其他好文   时间:2015-02-22 12:15:43    阅读次数:184
CSU 1511 残缺的棋盘
简单BFS...
分类:其他好文   时间:2015-02-05 11:29:55    阅读次数:139
645条   上一页 1 ... 51 52 53 54 55 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!