随笔分类 -  OJ_HDU

摘要:http://acm.hdu.edu.cn/showproblem.php?pid=1241 题意:求几个油田 阅读全文
posted @ 2017-03-11 10:43 kimsimple 阅读(148) 评论(0) 推荐(0)
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=1021 Fibonacci Again Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total S 阅读全文
posted @ 2017-03-08 00:17 kimsimple 阅读(276) 评论(0) 推荐(0)
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=1013 就是wrong就是wrong.....是何原因?是何原因?? 感谢http://blog.csdn.net/rongyongfeikai2/article/details/7588273让我快速意识到,大数 阅读全文
posted @ 2017-03-07 23:37 kimsimple 阅读(135) 评论(0) 推荐(0)
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=2571 dp[i][j]=max(dp[i-1][j],dp[i][j-1])+map1[i][j];dp[i][j]=max(dp[i][j],dp[i][r]+map1[i][j]); r=1->j-1 阅读全文
posted @ 2017-03-04 17:15 kimsimple 阅读(256) 评论(0) 推荐(0)
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=2084 阅读全文
posted @ 2017-03-04 16:31 kimsimple 阅读(380) 评论(0) 推荐(0)
摘要:1 //2016-07-13 2 3 #include "iostream" 4 #include "cstdio" 5 #include "vector" 6 #include "string" 7 using namespace std; 8 int main() 9 { 10 int t; 11 scanf("%d",&t); 12 string a; 13 w... 阅读全文
posted @ 2016-07-13 14:40 kimsimple 阅读(228) 评论(0) 推荐(0)