码迷,mamicode.com
首页 >  
搜索关键字:poj 1979    ( 20310个结果
POJ 3264 Balanced Lineup
Balanced Lineup Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 33094   Accepted: 15552 Case Time Limit: 2000MS Description For the daily milking, Far...
分类:其他好文   时间:2014-07-18 17:09:01    阅读次数:225
poj 1611 -- The Suspects
The SuspectsTime Limit: 1000MSMemory Limit: 20000KTotal Submissions: 21611Accepted: 10468DescriptionSevere acute respiratory syndrome (SARS), an atypi...
分类:其他好文   时间:2014-07-18 00:35:17    阅读次数:236
poj 1068 Parencodings
链接:poj 1068 题意: 1.p序列:当出现匹配括号对时,从该括号对的右括号开始往左数,直到最前面的左括号数,就是pi的值。 2.w序列:当出现匹配括号对时,包含在该括号对中的所有右括号数(包括该括号对),就是wi的值。...
分类:其他好文   时间:2014-07-17 20:19:59    阅读次数:237
poj1011Sticks
poj1011Sticks传说中的poj必做50题之一……这是个传说中的搜索,渣渣我一开始TLE了四次……用到了比较多的剪枝,欢迎讨论...
分类:其他好文   时间:2014-07-17 20:16:19    阅读次数:211
[ACM] POJ 1936 All in All (查找,一个串是否在另一个串中)
All in All Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 27521   Accepted: 11266 Description You have devised a new encryption technique which encodes a me...
分类:其他好文   时间:2014-07-17 19:14:52    阅读次数:233
POJ 2243 || HDU 1372:Knight Moves(BFS)
简单搜索 直接代码: #include #include #include #include using namespace std; char a,c; int e,f; int dx[8] = {-2, -2, -1, -1, 1, 1, 2, 2}; int dy[8] = {-1, 1, -2, 2, -2, 2, -1, 1}; int qq[9][9]; struct node {...
分类:其他好文   时间:2014-07-17 19:05:30    阅读次数:265
poj 1459 -- Power Network
Power NetworkTime Limit: 2000MSMemory Limit: 32768KTotal Submissions: 22517Accepted: 11800DescriptionA power network consists of nodes (power stations...
分类:Web程序   时间:2014-07-17 18:08:34    阅读次数:415
poj 1611 The Suspects(并查集)
The Suspects Time Limit: 1000MS   Memory Limit: 20000K Total Submissions: 21598   Accepted: 10461 Description Severe acute respiratory syndrome (SARS), an atypical pneumo...
分类:其他好文   时间:2014-07-17 16:33:57    阅读次数:195
[ACM] POJ 3687 Labeling Balls (拓扑排序,逆向建边)
Labeling Balls Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 10161   Accepted: 2810 Description Windy has N balls of distinct weights from 1 unit to N ...
分类:其他好文   时间:2014-07-17 16:28:48    阅读次数:261
POJ 2586 Y2K Accounting Bug
Description Accounting for Computer Machinists (ACM) has sufferred from the Y2K bug and lost some vital data for preparing annual report for MS Inc.  All what they remember is that MS Inc. posted ...
分类:其他好文   时间:2014-07-17 15:34:37    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!