摘要: code #include<iostream> #include<algorithm> using namespace std; const int N = 1e5 + 10; int cows[N]; double sum[N]; int n, m; bool check(double avg) 阅读全文
posted @ 2022-03-13 12:07 ethon-wang 阅读(38) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> #include<set> using namespace std; const int N=1e4+10; set<pair<int,int>> existed; int n,p,h,m; int c[N],d 阅读全文
posted @ 2022-03-13 10:20 ethon-wang 阅读(49) 评论(0) 推荐(0) 编辑