摘要:
#include<bits/stdc++.h> using namespace std; typedef long long ll; #define endl "\n" const int N = 1e5 + 5; vector<int>vec; struct BIT { int c[N]; voi 阅读全文
posted @ 2023-05-09 19:27
zhujio
阅读(25)
评论(0)
推荐(0)
摘要:
求最大值 #include<bits/stdc++.h> using namespace std; typedef long long ll; #define endl "\n" //转换成斜率,画图知斜率最大一定是出现在相邻两点之间 //太妙了 const int N = 2e5 + 5; int 阅读全文
posted @ 2023-05-04 22:34
zhujio
阅读(27)
评论(0)
推荐(0)
浙公网安备 33010602011771号