摘要: #include <bits/stdc++.h> //简单快捷包括所有头文件,推荐使用 using namespace std; int n; int x[200010],y[200010],s[200010]; bool f(double w){ long double sum = 0; for(int i = 0; i < n; i++){ sum += s[i]/w; if(sum > y[ 阅读全文
posted @ 2019-11-26 20:37 TTTCoder 阅读(272) 评论(0) 推荐(0) 编辑