锘??xml version="1.0" encoding="utf-8" standalone="yes"?>欧美一区二区三区男人的天堂,久久精品日产第一区二区三区
,一区二区三区 在线观看视频 http://m.shnenglu.com/yoyouhappy/category/4615.html嬈㈣繋鏉ュ埌鎴戠殑縐樺瘑鑺卞洯^^ zh-cn Wed, 21 May 2008 03:27:42 GMT Wed, 21 May 2008 03:27:42 GMT 60 POJ 1088 婊戦洩 http://m.shnenglu.com/yoyouhappy/archive/2008/01/28/42037.htmlyoyouhappy yoyouhappy Mon, 28 Jan 2008 08:19:00 GMT http://m.shnenglu.com/yoyouhappy/archive/2008/01/28/42037.html http://m.shnenglu.com/yoyouhappy/comments/42037.html http://m.shnenglu.com/yoyouhappy/archive/2008/01/28/42037.html#Feedback 5 http://m.shnenglu.com/yoyouhappy/comments/commentRss/42037.html http://m.shnenglu.com/yoyouhappy/services/trackbacks/42037.html 棰樼洰鏄粡鍏哥殑DP鍏ラ棬錛屽師鏉TcoolL鏈変竴嬈℃嬁鏉ヨ鍋氾紝褰撴椂榪樹笉鐭P涓轟綍鐗╋紝鎯寵鏆存悳錛岀幇鍦ㄥ張閲嶆柊緲誨嚭鏉ュ仛涓涓?br> DP鏂圭▼錛歭en[ i ][ j ] = max{ len[ i-1][ j ], len[ i ][ j-1], len[ i+1][ j ], len[ i ][ j+1] }; 浠g爜濡備笅錛?br>
1 #include < iostream > 2 using namespace std; 3 4 int node[ 102 ][ 102 ]; 5 int len [ 102 ][ 102 ]; 6 int r, c; 7 int getLength( int i, int j ) 8 { 9 if ( len [i][j] > 0 ) 10 return len [i][j]; 11 int max = 0 ; 12 if ( i + 1 <= r && node[i][j] > node[i + 1 ][j] ){ 13 int x = getLength( i + 1 , j ) + 1 ; 14 if ( max < x ) 15 max = x; 16 }17 if ( j + 1 <= c && node[i][j] > node[i][j + 1 ] ){ 18 int x = getLength( i, j + 1 ) + 1 ; 19 if ( max < x ) 20 max = x; 21 }22 if ( i - 1 > 0 && node[i][j] > node[i - 1 ][j] ){ 23 int x = getLength( i - 1 , j ) + 1 ; 24 if ( max < x ) 25 max = x; 26 }27 if ( j - 1 > 0 && node[i][j] > node[i][j - 1 ] ){ 28 int x = getLength( i, j - 1 ) + 1 ; 29 if ( max < x) 30 max = x; 31 } 32 return max;33 34 }35 int main() 36 {37 38 cin >> r >> c; 39 for ( int i = 1 ; i <= r; ++ i ){ 40 for ( int j = 1 ; j <= c; ++ j ){ 41 cin >> node[i][j]; 42 len [i][j] = 0 ; 43 }44 } 45 int maxLen = 0 ; 46 for ( int i = 1 ; i <= r; ++ i ){ 47 for ( int j = 1 ; j <= c; ++ j ){ 48 len [i][j] = getLength( i, j ); 49 if ( maxLen < len [i][j] ) 50 maxLen = len [i][j]; 51 }52 }53 cout << maxLen + 1 << endl; 54 system( " pause " ); 55 }56
]]> JOJ 1101 DNA Sorting http://m.shnenglu.com/yoyouhappy/archive/2007/08/20/30463.htmlyoyouhappy yoyouhappy Mon, 20 Aug 2007 15:05:00 GMT http://m.shnenglu.com/yoyouhappy/archive/2007/08/20/30463.html http://m.shnenglu.com/yoyouhappy/comments/30463.html http://m.shnenglu.com/yoyouhappy/archive/2007/08/20/30463.html#Feedback 4 http://m.shnenglu.com/yoyouhappy/comments/commentRss/30463.html http://m.shnenglu.com/yoyouhappy/services/trackbacks/30463.html PE鍚庣粓浜庤繃浜唦 闃呰鍏ㄦ枃 ]]> 璇″紓闃縹 http://m.shnenglu.com/yoyouhappy/archive/2007/08/18/30317.htmlyoyouhappy yoyouhappy Sat, 18 Aug 2007 10:07:00 GMT http://m.shnenglu.com/yoyouhappy/archive/2007/08/18/30317.html http://m.shnenglu.com/yoyouhappy/comments/30317.html http://m.shnenglu.com/yoyouhappy/archive/2007/08/18/30317.html#Feedback 4 http://m.shnenglu.com/yoyouhappy/comments/commentRss/30317.html http://m.shnenglu.com/yoyouhappy/services/trackbacks/30317.html 9.04*100鍐?100=3錛燂紒 闃呰鍏ㄦ枃 ]]> JOJ 1034 Worm Turns http://m.shnenglu.com/yoyouhappy/archive/2007/08/17/30198.htmlyoyouhappy yoyouhappy Fri, 17 Aug 2007 00:48:00 GMT http://m.shnenglu.com/yoyouhappy/archive/2007/08/17/30198.html http://m.shnenglu.com/yoyouhappy/comments/30198.html http://m.shnenglu.com/yoyouhappy/archive/2007/08/17/30198.html#Feedback 4 http://m.shnenglu.com/yoyouhappy/comments/commentRss/30198.html http://m.shnenglu.com/yoyouhappy/services/trackbacks/30198.html
棰樼洰鏄啓涓涓秴綆鍖栫増鐨勮椽鍚冭泧錛屽湪50*50鐨勭煩闃典腑錛岃搗濮嬩綅緗槸铔囧ご浣嶄簬鐨勶紙25錛?0錛夛紝铔囧熬鍦紙25錛?1錛夛紝铔囧崰20涓牸銆傝泧鍙互鍚慐 W N S鍥涗釜鏂瑰悜縐誨姩錛屽綋鐒朵笉鑳藉弽鍚戠Щ鍔紝涔熶笉鑳芥挒鍊掕嚜宸辨垨鑰呮挒鍊掑.
闃呰鍏ㄦ枃 ]]> POJ 1002 487-3279 http://m.shnenglu.com/yoyouhappy/archive/2007/08/06/29450.htmlyoyouhappy yoyouhappy Mon, 06 Aug 2007 12:50:00 GMT http://m.shnenglu.com/yoyouhappy/archive/2007/08/06/29450.html http://m.shnenglu.com/yoyouhappy/comments/29450.html http://m.shnenglu.com/yoyouhappy/archive/2007/08/06/29450.html#Feedback 4 http://m.shnenglu.com/yoyouhappy/comments/commentRss/29450.html http://m.shnenglu.com/yoyouhappy/services/trackbacks/29450.html 闃呰鍏ㄦ枃 ]]> yoyo鐨勫亣鏈熶綔涓?/title> http://m.shnenglu.com/yoyouhappy/archive/2007/07/17/28199.htmlyoyouhappy yoyouhappy Tue, 17 Jul 2007 09:04:00 GMT http://m.shnenglu.com/yoyouhappy/archive/2007/07/17/28199.html http://m.shnenglu.com/yoyouhappy/comments/28199.html http://m.shnenglu.com/yoyouhappy/archive/2007/07/17/28199.html#Feedback 0 http://m.shnenglu.com/yoyouhappy/comments/commentRss/28199.html http://m.shnenglu.com/yoyouhappy/services/trackbacks/28199.html 闃呰鍏ㄦ枃 ]]>
99精品国产99久久久久久97 |
天天综合久久久网 |
午夜精品久久久久久久 |
久久99国产乱子伦精品免费 |
久久精品国产91久久麻豆自制
|
亚洲国产精品高清久久久 |
久久福利片 |
久久超碰97人人做人人爱 |
久久久精品久久久久久 |
久久人人爽人人爽人人AV东京热 |
久久综合综合久久狠狠狠97色88 |
久久99久久99精品免视看动漫 |
久久久久久a亚洲欧洲aⅴ |
亚洲级αV无码毛片久久精品 |
国产精品无码久久四虎 |
久久综合亚洲欧美成人 |
久久国产欧美日韩精品免费 |
久久免费美女视频 |
国产∨亚洲V天堂无码久久久 |
久久午夜福利电影 |
伊人久久综在合线亚洲2019 |
久久精品九九亚洲精品 |
97精品依人久久久大香线蕉97 |
日韩美女18网站久久精品 |
久久无码精品一区二区三区 |
99久久精品免费观看国产 |
热久久国产精品 |
欧美亚洲国产精品久久蜜芽 |
欧美久久精品一级c片片 |
久久精品免费一区二区三区 |
免费精品99久久国产综合精品 |
久久99久久99小草精品免视看 |
久久国产精品无码HDAV |
成人国内精品久久久久一区 |
国产精品一区二区久久不卡 |
国产精品久久久久影院嫩草
|
99久久亚洲综合精品网站 |
久久青青草原精品影院 |
精品一久久香蕉国产线看播放
|
亚洲精品成人久久久 |
亚洲国产日韩欧美久久 |