摘要: 很重要的算法,蓝桥杯遇到n次了 #include<bits/stdc++.h> #define int long long using namespace std; int n,m; int a[1000010],c[1000010],b[1000010]; int lowbit(int x) { 阅读全文
posted @ 2022-12-06 20:02 Herkaii 阅读(90) 评论(0) 推荐(0)