摘要: 题解: 第一题:水题; #include<bits/stdc++.h> using namespace std; const int M = 2e5 + 10; int n, tot, k, r; bool tag[M]; int vis[M], a[M], b[M]; bool check(int 阅读全文
posted @ 2018-10-07 18:03 Ed_Sheeran 阅读(174) 评论(0) 推荐(0)