排序贪心
区间贪心
删数贪心
统计二进制下有多少1
int Getbit_1(int n){int cnt0;while(n){nn&(n-1);cnt;}return cnt;
}暴力加一维前缀和优化
#include <iostream>
#include <climits>
using namespace std;
#define int long long
const int N2e510;
in…
2024年航空航天与力学国际学术会议(ICAM 2024)
2024 International Conference on Aerospace and Mechanics
2024年航空航天与力学国际学术会议(ICAM 2024)将于2024年6月14-16日在中国沈阳举办。会议由大连理工大学力学与航空航…