随笔分类 - 字符串哈希
摘要:2021 Shandong Provincial Collegiate Programming Contest 传送门 #include <bits/stdc++.h> using namespace std; typedef long long ll; using ull = unsigned l
阅读全文
摘要:C. Bracket Sequence Deletion dls的提交记录链接 下面附上代码 点击查看代码 #include <bits/stdc++.h> using namespace std; #define rep(i,a,n) for (int i=a;i<n;i++) #define p
阅读全文