摘要: 模数为p=9901 阅读全文
posted @ 2018-03-07 11:09 AL76 阅读(132) 评论(0) 推荐(0) 编辑
摘要: #include<algorithm> #include<cstdio> #include<vector> #define maxn 20000 #define maxm 120 using namespace std; vector<int> e[maxn]; int gd[maxm]; int 阅读全文
posted @ 2018-03-07 10:56 AL76 阅读(87) 评论(0) 推荐(0) 编辑