09 2021 档案

摘要:H.Set 随机。 #include <bits/stdc++.h> using namespace std; int main(int argc, char *argv[]) { ios::sync_with_stdio(false), cin.tie(0), cout.tie(0); int k 阅读全文
posted @ 2021-09-27 19:25 stler 阅读(173) 评论(0) 推荐(0)
摘要:2021牛客暑期多校训练营8_ACM/NOI/CSP/CCPC/ICPC算法编程高难度练习赛_牛客竞赛OJ D - OR 首先要知道一个结论,即$a+b=a&b+a|b$,那么$c_i=a_{i-1}+a_i$等价于$a_{i-1}&a_i+a_{i-1}|a_i$,而$b_i=a_{i-1}|a_ 阅读全文
posted @ 2021-09-02 20:13 stler 阅读(62) 评论(0) 推荐(0)