摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 const int N=100005; 6 int n,m,t,ans; 7 int f1[N],f2[N]; 8 int first[N],v[N],w[N],next[N]; 9 void add(int x,int y,int z) 10 { 11 ... 阅读全文
posted @ 2019-07-16 21:34 zgym 阅读(271) 评论(1) 推荐(1) 编辑