摘要: 求图的缩点 阅读全文
posted @ 2018-01-07 11:58 lmjer 阅读(174) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<cstring> #include<stack> #include<algorithm> using namespace std; struct my{ int v; int next; }; my bian[1000000+10]; stack< 阅读全文
posted @ 2018-01-07 11:57 lmjer 阅读(143) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<algorithm> #include<cstring> #include<stack> using namespace std; struct my{ int v,next; }; my bian[200000+10]; my bian2[200 阅读全文
posted @ 2018-01-07 11:55 lmjer 阅读(212) 评论(0) 推荐(0) 编辑