摘要:
链接:http://hihocoder.com/problemset/problem/1038?sid=469496accept代码: 1 #include 2 #include 3 using namespace std; 4 5 int dp[501][100001]; 6 int nee... 阅读全文
posted @ 2015-08-18 16:40 lsr_flying 阅读(184) 评论(0) 推荐(0)
|
||
|
摘要:
链接:http://hihocoder.com/problemset/problem/1038?sid=469496accept代码: 1 #include 2 #include 3 using namespace std; 4 5 int dp[501][100001]; 6 int nee... 阅读全文
posted @ 2015-08-18 16:40 lsr_flying 阅读(184) 评论(0) 推荐(0) |
||