锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲国产综合91精品麻豆,一区二区三区四区五区精品视频,亚洲欧洲精品一区二区三区波多野1战4
http://m.shnenglu.com/cisjiong/category/13697.htmlAlways online zh-cn Mon, 21 Jun 2010 12:39:13 GMT Mon, 21 Jun 2010 12:39:13 GMT 60 PKU1837 Balance(DP) http://m.shnenglu.com/cisjiong/archive/2010/05/28/116631.htmlCisJiong CisJiong Fri, 28 May 2010 09:53:00 GMT http://m.shnenglu.com/cisjiong/archive/2010/05/28/116631.html http://m.shnenglu.com/cisjiong/comments/116631.html http://m.shnenglu.com/cisjiong/archive/2010/05/28/116631.html#Feedback 0 http://m.shnenglu.com/cisjiong/comments/commentRss/116631.html http://m.shnenglu.com/cisjiong/services/trackbacks/116631.html http://acm.pku.edu.cn/JudgeOnline/problem?id=1837 緇欏嚭涓涓О鎵鏈夐挬瀛愪綅緗紙鏁扮粍pos瀛橈級錛屼竴浜涚牆鐮佺殑閲嶉噺錛堟暟緇剋瀛橈級錛屾眰鍏ㄩ儴鐮濈爜瑕佷嬌鐢ㄥ茍浣跨О騫寵 鐨勬斁娉曟繪暟銆?br>鍔涚煩=鍔?璺濈 鐢╠p[i][k]琛ㄧず鍓峣縐嶇牆鐮佷駭鐢熷姏鐭╀負k鐨勬斁娉曪紝鑰冭檻絎琲+1縐嶇牆鐮侊紝鏈塪p[i+1][k+w[i]*pos[j]]=sigma(dp[i][k])銆?br>涓夐噸寰幆絀蜂婦錛屾渶鍚庤緭鍑篸p[n][0]鍗沖彲銆?br>鍔ㄦ佽鍒掞紝鐪熺殑寰堢濂囷紒
]]> POJ1094 Sorting It All Out(鎷撴墤鎺掑簭) http://m.shnenglu.com/cisjiong/archive/2010/05/22/116138.htmlCisJiong CisJiong Sat, 22 May 2010 15:16:00 GMT http://m.shnenglu.com/cisjiong/archive/2010/05/22/116138.html http://m.shnenglu.com/cisjiong/comments/116138.html http://m.shnenglu.com/cisjiong/archive/2010/05/22/116138.html#Feedback 0 http://m.shnenglu.com/cisjiong/comments/commentRss/116138.html http://m.shnenglu.com/cisjiong/services/trackbacks/116138.html http://acm.pku.edu.cn/JudgeOnline/problem?id=1094 鎷撴墤鎺掑簭錛岃兘紜畾欏哄簭鐨勬儏鍐墊槸鍦ㄦ嫇鎵戞帓搴忔椂姣忎釜鏃跺埢鍏ュ害涓?鐨勯《鐐瑰彧鏈変竴涓?br>
#include < iostream > #include< fstream > using namespace std; int n,degree[ 30 ],res[ 30 ]; struct Node { int pos; Node * next; } node[ 30 ]; void insert( char a, char b) { int aa = a - ' A ' ; int bb = b - ' A ' ; Node * p = new Node; p -> pos = bb; p -> next = node[aa].next; node[aa].next = p; } int top_sort() { bool flag = false ; int in [ 30 ] = { 0 } ; int i,tmp,top,sta[ 100 ]; for (i = 0 ,top = 0 ;i < n;i ++ ) { in [i] = degree[i]; if ( in [i] == 0 ) sta[top ++ ] = i; } if (top > 1 ) flag = true ; /**/ /* for(i=0;i<n;i++) printf("%d ",in[i]); puts(""); */ for (i = 0 ;i < n;i ++ ) { if (top == 0 ) return - 1 ; if (top > 1 ) flag = true ; tmp = sta[ -- top]; res[i] = tmp; Node * p = node[tmp].next; while (p) { if ( -- in [p -> pos] == 0 ) sta[top ++ ] = p -> pos; p = p -> next; } } if (flag) return 0 ; return 1 ; } int main() { bool flag,incon; int i,m,num = 0 ,tmp; char str[ 4 ]; ifstream input; input.open( " in.txt " ); // while(input>>n>>m) while (scanf( " %d%d " , & n, & m)) { if (n == 0 && m == 0 ) break ; flag = incon = false ; memset(degree, 0 , sizeof (degree)); for (i = 0 ;i < n;i ++ ) node[i].next = NULL; for (i = 1 ;i <= m;i ++ ) { scanf( " %s " ,str); // input>>str; if (( ! flag) && ( ! incon)) { degree[str[ 2 ] - ' A ' ] ++ ; insert(str[ 0 ],str[ 2 ]); tmp = top_sort(); if (tmp ==- 1 ) { num = i; incon = true ; } else if (tmp == 1 ) { num = i; flag = true ; } } } if (flag) { printf( " Sorted sequence determined after %d relations: " ,num); for (i = 0 ;i < n;i ++ ) printf( " %c " , ' A ' + res[i]); puts( " . " ); } else if (incon) printf( " Inconsistency found after %d relations.\n " ,num); else printf( " Sorted sequence cannot be determined.\n " ); } system(" pause " ); return 0 ; }
]]> POJ1032 Parliament錛團OJ 1698銆丗OJ1823錛?/title> http://m.shnenglu.com/cisjiong/archive/2010/05/01/114146.htmlCisJiong CisJiong Sat, 01 May 2010 13:58:00 GMT http://m.shnenglu.com/cisjiong/archive/2010/05/01/114146.html http://m.shnenglu.com/cisjiong/comments/114146.html http://m.shnenglu.com/cisjiong/archive/2010/05/01/114146.html#Feedback 0 http://m.shnenglu.com/cisjiong/comments/commentRss/114146.html http://m.shnenglu.com/cisjiong/services/trackbacks/114146.html 闃呰鍏ㄦ枃 ]]>
亚洲国产精品久久久久婷婷软件 |
韩国三级大全久久网站 |
亚洲精品99久久久久中文字幕
|
久久精品无码一区二区无码 |
精品无码久久久久久国产 |
久久久无码精品亚洲日韩按摩
|
99久久国产综合精品女同图片 |
久久久久婷婷 |
久久精品国产黑森林 |
久久国产欧美日韩精品 |
久久亚洲国产成人影院 |
欧美精品丝袜久久久中文字幕 |
好久久免费视频高清 |
伊人情人综合成人久久网小说 |
亚洲午夜久久久精品影院 |
国产综合久久久久久鬼色 |
九九久久99综合一区二区 |
漂亮人妻被中出中文字幕久久 |
久久综合视频网 |
精品一久久香蕉国产线看播放 |
91精品国产综合久久婷婷 |
久久精品国产91久久麻豆自制 |
久久久久久久久久久精品尤物 |
久久精品国产亚洲7777 |
99久久精品无码一区二区毛片 |
精品久久一区二区 |
久久91综合国产91久久精品 |
久久免费的精品国产V∧ |
国产精品乱码久久久久久软件 |
日产久久强奸免费的看 |
久久精品国产AV一区二区三区
|
无码国内精品久久人妻 |
97久久精品午夜一区二区 |
久久人人爽爽爽人久久久 |
国产精品gz久久久 |
狠狠色丁香久久婷婷综合 |
久久综合鬼色88久久精品综合自在自线噜噜
|
久久五月精品中文字幕 |
久久久久国产 |
亚洲人成无码网站久久99热国产
|
91精品国产91久久久久福利 |