摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1176#include#include#include#includeusing namespace std;int dp[100000+10][12];int mat[100000+10][12];int ma... 阅读全文
posted @ 2015-03-07 20:54 sola94 阅读(116) 评论(0) 推荐(0)
摘要: #include #include #include #include #include using namespace std;const int N = 111111;int topo[205];struct node{ char a[105];}e[105];int n;int g[30... 阅读全文
posted @ 2015-03-07 01:33 sola94 阅读(211) 评论(0) 推荐(0)