锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲国产综合91精品麻豆,一区二区三区四区五区精品视频,亚洲欧洲精品一区二区三区波多野1战4
http://www.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://www.shnenglu.com/cisjiong/archive/2010/05/28/116631.htmlCisJiong CisJiong Fri, 28 May 2010 09:53:00 GMT http://www.shnenglu.com/cisjiong/archive/2010/05/28/116631.html http://www.shnenglu.com/cisjiong/comments/116631.html http://www.shnenglu.com/cisjiong/archive/2010/05/28/116631.html#Feedback 0 http://www.shnenglu.com/cisjiong/comments/commentRss/116631.html http://www.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://www.shnenglu.com/cisjiong/archive/2010/05/22/116138.htmlCisJiong CisJiong Sat, 22 May 2010 15:16:00 GMT http://www.shnenglu.com/cisjiong/archive/2010/05/22/116138.html http://www.shnenglu.com/cisjiong/comments/116138.html http://www.shnenglu.com/cisjiong/archive/2010/05/22/116138.html#Feedback 0 http://www.shnenglu.com/cisjiong/comments/commentRss/116138.html http://www.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://www.shnenglu.com/cisjiong/archive/2010/05/01/114146.htmlCisJiong CisJiong Sat, 01 May 2010 13:58:00 GMT http://www.shnenglu.com/cisjiong/archive/2010/05/01/114146.html http://www.shnenglu.com/cisjiong/comments/114146.html http://www.shnenglu.com/cisjiong/archive/2010/05/01/114146.html#Feedback 0 http://www.shnenglu.com/cisjiong/comments/commentRss/114146.html http://www.shnenglu.com/cisjiong/services/trackbacks/114146.html 闃呰鍏ㄦ枃 ]]>
www亚洲欲色成人久久精品 |
精品久久久久久无码中文野结衣 |
久久亚洲高清综合 |
亚洲精品99久久久久中文字幕
|
狠狠色丁香久久婷婷综合 |
久久91精品国产91久 |
天天躁日日躁狠狠久久 |
国产精品99久久久久久董美香 |
久久精品国产亚洲精品 |
久久精品国产亚洲沈樵 |
久久久亚洲裙底偷窥综合
|
伊人热热久久原色播放www |
人妻精品久久久久中文字幕69 |
国産精品久久久久久久 |
久久久久久曰本AV免费免费 |
久久精品国产免费一区 |
久久久婷婷五月亚洲97号色 |
久久久网中文字幕 |
国产精品久久久久影视不卡 |
精品久久久噜噜噜久久久 |
影音先锋女人AV鲁色资源网久久
|
中文精品久久久久人妻 |
精品久久久无码中文字幕天天
|
国产综合久久久久 |
久久国产劲爆AV内射—百度 |
久久露脸国产精品 |
久久综合伊人77777麻豆 |
中文字幕一区二区三区久久网站 |
亚洲成色999久久网站 |
国产情侣久久久久aⅴ免费 |
久久久久高潮综合影院 |
精品伊人久久大线蕉色首页 |
久久青青草视频 |
午夜精品久久久久久影视riav |
久久久久亚洲AV无码专区网站 |
久久久久亚洲av毛片大 |
久久久黄色大片 |
伊人久久综合无码成人网 |
国产成人久久AV免费 |
MM131亚洲国产美女久久 |
久久精品嫩草影院 |