排序贪心
区间贪心
删数贪心
统计二进制下有多少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日在中国沈阳举办。会议由大连理工大学力学与航空航…
d8.bat因找不到java_exe文件,触发EOF
d8.bat中之前代码为:
set java_exe
if exist "%~dp0..\tools\lib\find_java.bat" call "%~dp0..\tools\lib\find_java.bat"
if exist "%~dp0..\..\tools\lib\find_java.bat" …