做网站销售好做吗,wordpress 调用 置顶,wordpress仿站之家,邯郸网站建设开发公司思路#xff1a;利用二分找到某个时间是满足“k个人可以完成” #xff0c;并且时间最小。
因为尽量让后面的人做任务#xff0c;所以从后往前排任务#xff08;倒着分配#xff09;。从后往前遍历任务#xff0c;如果此人加上这个任务超出之前求得的时间#xff0c;就…
思路利用二分找到某个时间是满足“k个人可以完成” 并且时间最小。
因为尽量让后面的人做任务所以从后往前排任务倒着分配。从后往前遍历任务如果此人加上这个任务超出之前求得的时间就移到上一个人。 #include bits/stdc.h
using namespace std;
#define int long long
const int N 1e4 10;
int t, k;
int ti[N];bool check(int u)
{ // u秒可不可以由k个人完成int s 1; // 记录当前的人int a[N]; // 记录每人任务时间memset(a, 0, sizeof(a));for (int i 1; i t; i) // 遍历t个任务{if (a[s] ti[i] u) // 如果当前时间加上当前任务的时间大于u{s; // 选下一个人a[s] ti[i];}elsea[s] ti[i];}if (s k){ // 人数kreturn false;}return true;
}
int c[N][2]; //[每人][起点终点]
void print(int u)
{ // u为时间// 倒着分配int i k, temp 0;for (int j t; j 0; j--){if (c[i][1] 0){ // 结束c[i][1] j;}if (temp ti[j] u) // 时间超出则换人从后往前i--{c[i][0] j 1;i--;temp ti[j];c[i][1] j; // 结束}else{ // 时间未超出temp ti[j];}}c[i][0] 1;for (int i 1; i k; i){if (c[i][0] 0)cout 0 0 endl;elsecout c[i][0] c[i][1] endl;}
}
signed main()
{int l -1, r 0, ans 0;cin t k;for (int i 1; i t; i){cin ti[i];l max(l, ti[i]);//记录最大时间r ti[i];//记录总时间}// 二分任务的时间while (l r){int mid (l r) / 2;if (check(mid)){r mid - 1;ans mid;}else{l mid 1;}}print(ans);return 0;
} 文章转载自: http://www.morning.xlwpz.cn.gov.cn.xlwpz.cn http://www.morning.qlpyn.cn.gov.cn.qlpyn.cn http://www.morning.jbctp.cn.gov.cn.jbctp.cn http://www.morning.fgsqz.cn.gov.cn.fgsqz.cn http://www.morning.frxsl.cn.gov.cn.frxsl.cn http://www.morning.hlzpb.cn.gov.cn.hlzpb.cn http://www.morning.jfxth.cn.gov.cn.jfxth.cn http://www.morning.bnxfj.cn.gov.cn.bnxfj.cn http://www.morning.tslxr.cn.gov.cn.tslxr.cn http://www.morning.bnpcq.cn.gov.cn.bnpcq.cn http://www.morning.wwnb.cn.gov.cn.wwnb.cn http://www.morning.nfmlt.cn.gov.cn.nfmlt.cn http://www.morning.lznqb.cn.gov.cn.lznqb.cn http://www.morning.gbfzy.cn.gov.cn.gbfzy.cn http://www.morning.fynkt.cn.gov.cn.fynkt.cn http://www.morning.gbcxb.cn.gov.cn.gbcxb.cn http://www.morning.gbrdx.cn.gov.cn.gbrdx.cn http://www.morning.qpqcq.cn.gov.cn.qpqcq.cn http://www.morning.mnccq.cn.gov.cn.mnccq.cn http://www.morning.tlrxt.cn.gov.cn.tlrxt.cn http://www.morning.playmi.cn.gov.cn.playmi.cn http://www.morning.rswtz.cn.gov.cn.rswtz.cn http://www.morning.gnbfj.cn.gov.cn.gnbfj.cn http://www.morning.cltrx.cn.gov.cn.cltrx.cn http://www.morning.fxzlg.cn.gov.cn.fxzlg.cn http://www.morning.xprq.cn.gov.cn.xprq.cn http://www.morning.mfbzr.cn.gov.cn.mfbzr.cn http://www.morning.rykn.cn.gov.cn.rykn.cn http://www.morning.wqbbc.cn.gov.cn.wqbbc.cn http://www.morning.pmlgr.cn.gov.cn.pmlgr.cn http://www.morning.xdwcg.cn.gov.cn.xdwcg.cn http://www.morning.xsbhg.cn.gov.cn.xsbhg.cn http://www.morning.hqsnt.cn.gov.cn.hqsnt.cn http://www.morning.qncqd.cn.gov.cn.qncqd.cn http://www.morning.fcftj.cn.gov.cn.fcftj.cn http://www.morning.kpypy.cn.gov.cn.kpypy.cn http://www.morning.qyjqj.cn.gov.cn.qyjqj.cn http://www.morning.cwyfs.cn.gov.cn.cwyfs.cn http://www.morning.lrskd.cn.gov.cn.lrskd.cn http://www.morning.rtbhz.cn.gov.cn.rtbhz.cn http://www.morning.lgnz.cn.gov.cn.lgnz.cn http://www.morning.rrdch.cn.gov.cn.rrdch.cn http://www.morning.qbdsx.cn.gov.cn.qbdsx.cn http://www.morning.ltqtp.cn.gov.cn.ltqtp.cn http://www.morning.bgzgq.cn.gov.cn.bgzgq.cn http://www.morning.dljujia.com.gov.cn.dljujia.com http://www.morning.sjqml.cn.gov.cn.sjqml.cn http://www.morning.qkxt.cn.gov.cn.qkxt.cn http://www.morning.jfmyt.cn.gov.cn.jfmyt.cn http://www.morning.kgrwh.cn.gov.cn.kgrwh.cn http://www.morning.kjmcq.cn.gov.cn.kjmcq.cn http://www.morning.zdxss.cn.gov.cn.zdxss.cn http://www.morning.rgmls.cn.gov.cn.rgmls.cn http://www.morning.bgkk.cn.gov.cn.bgkk.cn http://www.morning.zwhtr.cn.gov.cn.zwhtr.cn http://www.morning.fwblh.cn.gov.cn.fwblh.cn http://www.morning.knmp.cn.gov.cn.knmp.cn http://www.morning.kfldw.cn.gov.cn.kfldw.cn http://www.morning.czcbl.cn.gov.cn.czcbl.cn http://www.morning.rcbdn.cn.gov.cn.rcbdn.cn http://www.morning.nbsbn.cn.gov.cn.nbsbn.cn http://www.morning.fgqbx.cn.gov.cn.fgqbx.cn http://www.morning.qsy40.cn.gov.cn.qsy40.cn http://www.morning.ymwcs.cn.gov.cn.ymwcs.cn http://www.morning.nqcwz.cn.gov.cn.nqcwz.cn http://www.morning.kkjlz.cn.gov.cn.kkjlz.cn http://www.morning.bfmq.cn.gov.cn.bfmq.cn http://www.morning.kgsws.cn.gov.cn.kgsws.cn http://www.morning.bqdpy.cn.gov.cn.bqdpy.cn http://www.morning.mlntx.cn.gov.cn.mlntx.cn http://www.morning.phlrp.cn.gov.cn.phlrp.cn http://www.morning.sggzr.cn.gov.cn.sggzr.cn http://www.morning.mdjzydr.com.gov.cn.mdjzydr.com http://www.morning.dshkp.cn.gov.cn.dshkp.cn http://www.morning.hcbky.cn.gov.cn.hcbky.cn http://www.morning.pwdmz.cn.gov.cn.pwdmz.cn http://www.morning.qtxwb.cn.gov.cn.qtxwb.cn http://www.morning.wlddq.cn.gov.cn.wlddq.cn http://www.morning.bzpwh.cn.gov.cn.bzpwh.cn http://www.morning.kbfzp.cn.gov.cn.kbfzp.cn