
杂(待改、未分类)
文章平均质量分 83
杂(待改、未分类)
Flynn_curry
这个作者很懒,什么都没留下…
展开
-
hdu4542 小明系列故事——未知剩余系(反素数打表待改!!不会!!)
http://acm.hdu.edu.cn/showproblem.php?pid=4542这道题时间卡的也太紧了换着打了几种表都不行,看了下别人的表打的都莫名其妙,里面的剪枝也被弄懂,直接绕晕了。。用别人的代码改了改,改天在看这题。。#include #include #include using namespace std;typedef long lo原创 2017-02-27 21:47:30 · 453 阅读 · 0 评论 -
poj2127 Greatest Common Increasing Subsequence(LICS+路径)
5555校赛在即可是这路径输出我怎么也搞不好,搞了好久了,改天在搞吧。。。#include #include #include #include #include using namespace std;const int N = 1005;const int INF = 1000005;int dp[N][N], path[N][N];int main(){原创 2016-03-25 20:09:40 · 587 阅读 · 0 评论