摘要: #include #include #include #define maxx 100005 #define maxn 1000005 using namespace std; int n,m,cnt,ans=0; int c[maxx],nex[maxx]; int head[maxn],s[maxn],st[maxn],ft[maxn]; //c[i]表示第i个数字的颜色 //ft[i]第i... 阅读全文
posted @ 2018-12-16 21:32 wyb的小屋 阅读(112) 评论(1) 推荐(0)
摘要: 没想到我也能做出来果然(网络的力量)强大啊。 阅读全文
posted @ 2018-12-16 19:49 wyb的小屋 阅读(105) 评论(0) 推荐(0)