欢迎来到SFWR的博客

八中还是清新 比较水的一个并查集二分 #include<bits/stdc++.h> using namespace std; struct node{int a,b,c,d;}num[200000]; int f[200000],n,m,k; int find(int x){if(f[x]==x) Read More
posted @ 2019-11-11 21:49 SFWR Views(87) Comments(0) Diggs(0) Edit