摘要: 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 ggexs 阅读(52) 评论(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 ggexs 阅读(83) 评论(0) 推荐(0)