上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: #include <bits/stdc++.h> typedef unsigned long long ll; const ll P=1331; using namespace std; ll hash1[1000000],u[1000000]; ll get(int l,int r){ retur 阅读全文
posted @ 2021-04-26 20:19 Acception 阅读(37) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/wu_tongtong/article/details/78289880 阅读全文
posted @ 2021-04-25 17:37 Acception 阅读(52) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Roar__/article/details/102397756 阅读全文
posted @ 2021-04-25 17:36 Acception 阅读(33) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/liitdar/article/details/82598039 阅读全文
posted @ 2021-04-25 16:14 Acception 阅读(46) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstring> #include <algorithm> #include <cmath> using namespace std; #define lson i<<1,l,m #define rson i<<1|1,m+1,r cons 阅读全文
posted @ 2021-04-23 15:29 Acception 阅读(35) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/pblr/tag/ACM%E6%A8%A1%E6%9D%BF/ 阅读全文
posted @ 2021-04-22 23:03 Acception 阅读(28) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cmath> #include <algorithm> using namespace std; typedef long long ll; int dp[50005][31][2]; int main() { ios::sync_with 阅读全文
posted @ 2021-04-22 19:15 Acception 阅读(26) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> typedef long long ll; const int maxn=5e5+10; using namespace std; ll dp[maxn]; int main() { ios_base::sync_with_stdio(false); 阅读全文
posted @ 2021-04-22 16:50 Acception 阅读(599) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> typedef long long ll; using namespace std; struct node{ int l,r; }a[100005]; int sum[100005]; int main() { ios::sync_with_std 阅读全文
posted @ 2021-04-22 16:13 Acception 阅读(17) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> typedef long long ll; using namespace std; const int maxn=2e6+10; const int maxm=5e6+10; struct nod{ int next,to,val; }edge[m 阅读全文
posted @ 2021-04-22 14:51 Acception 阅读(52) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页