随笔分类 - OJ_HDU
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=1241 题意:求几个油田
阅读全文
摘要: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
阅读全文
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=1013 就是wrong就是wrong.....是何原因?是何原因?? 感谢http://blog.csdn.net/rongyongfeikai2/article/details/7588273让我快速意识到,大数
阅读全文
摘要: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
阅读全文
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=2084
阅读全文
摘要: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...
阅读全文

浙公网安备 33010602011771号