yuanshen77

导航

 

2024年1月20日

摘要: 关于STL中二分函数的用法 #include <bits/stdc++.h> using namespace std; #define ll long long const int N = 1e7+5; ll w[N]; ll n,k; int main() { ios::sync_with_std 阅读全文
posted @ 2024-01-20 18:25 江木匠 阅读(13) 评论(0) 推荐(0)