zghhhhhhh
zghhhhhhh
全部文章
题解
未归档(1)
归档
标签
去牛客网
登录
/
注册
zghhhhhhh的博客
全部文章
/ 题解
(共1篇)
区间权值
不太会化简公式,写了个暴力,计算了一下每个wi对应的区间 #include<bits/stdc++.h> using namespace std; typedef pair<int,int>P; vector<P>G[1000]; int main() { ...
2020-07-21
0
549