摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn = 10008; 8 vectormap[maxn]; 9 bool mark[maxn]; 10 int link[maxn]; 11 int n; 12 13 void init(){ 14 ... 阅读全文
posted @ 2017-09-14 21:43 ouyang_wsgwz 阅读(183) 评论(0) 推荐(0) 编辑