摘要: #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # 阅读全文
posted @ 2020-06-14 11:33 晴屿 阅读(419) 评论(0) 推荐(1)
摘要: #include<bits/stdc++.h> #define ls rt<<1 #define rs rt<<1|1 using namespace std; typedef long long ll; const int p=1e8+7; int ans1; int ans2; int ans3 阅读全文
posted @ 2020-06-14 11:30 晴屿 阅读(455) 评论(0) 推荐(1)
摘要: #include<bits/stdc++.h> #define ls rt<<1 #define rs rt<<1|1 using namespace std; typedef long long ll; const int p=1e8+7; vector<int>v[1001000],ans; i 阅读全文
posted @ 2020-06-14 11:29 晴屿 阅读(195) 评论(0) 推荐(0)