文章分类 -  tarjan

摘要:#include #include #include #include #include #include using namespace std; struct in { int to,ne,co; }ter[200040]; double hui[200040]; bool flag[80080]; int n,m,x,y,z,s,ans[80080],f1[200020],l1[2... 阅读全文
posted @ 2017-10-30 23:42 那一抹落日的橙 阅读(261) 评论(0) 推荐(0)