Exams

http://codeforces.com/contest/732/problem/D

问题描述

Vasiliy has an exam period which will continue for n days. He has to pass exams on m subjects. Subjects are numbered from 1 to m.

About every day we know exam for which one of m subjects can be passed on that day. Perhaps, some day you can’t pass any exam. It is not allowed to pass more than one exam on any day.

On each day Vasiliy can either pass the exam of that day (it takes the whole day) or prepare all day for some exam or have a rest.

About each subject Vasiliy know a number ai — the number of days he should prepare to pass the exam number i. Vasiliy can switch subjects while preparing for exams, it is not necessary to prepare continuously during ai days for the exam number i. He can mix the order of preparation for exams in any way.

Your task is to determine the minimum number of days in which Vasiliy can pass all exams, or determine that it is impossible. Each exam should be passed exactly one time.

Input

The first line contains two integers n and m (1 ≤ n, m ≤ 105) — the number of days in the exam period and the number of subjects.

The second line contains n integers d1, d2, …, dn (0 ≤ di ≤ m), where di is the number of subject, the exam of which can be passed on the day number i. If di equals 0, it is not allowed to pass any exams on the day number i.

The third line contains m positive integers a1, a2, …, am (1 ≤ ai ≤ 105), where ai is the number of days that are needed to prepare before passing the exam on the subject i.

Output

Print one integer — the minimum number of days in which Vasiliy can pass all exams. If it is impossible, print -1.

问题分析

问题大意是 给定每天可以考试的科目d[i] 以及每门科目所需要的复习时间。要求完成所有考试科目所需要的最少天数。
这题嘛,根据提示使用二分答案方法写的,结合贪心思想。主要思路就是先二分天数,然后对每一个科目都贪心最后一天能考的天数考,判断天数是否满足条件。二分天数时条件要注意。

AC代码


/*
author:Manson
date:8.15.2018
theme:
*/
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N = 1e5+5;

int a[N],d[N];
int used[N];
int m,n;

int judge(int k){
    //tot记录考试科目所用的时间是否正好,cnt记录考试完成的科目数量 
    int tot = 0,cnt = 0;
    memset(used,0,sizeof(used));
    for(int i = k;i >= 1;i--){
        //第i天可以考的考试科目 
        int t = d[i];
        if(!t && !cnt){
            continue;
        }
        if(used[t] || !t){
            tot--;
        }
        else{
            //完成一门科目 
            used[t] = 1;
            cnt++;
            tot += a[t];
        }
        if(tot < 0){
            tot = 0;
        }
    }
    return (tot == 0) && (cnt == m);
}

int main(){
    ios::sync_with_stdio(false);
    cin.tie(0);

    cin>>n>>m;
    for(int i = 1;i <= n;i++){
        cin>>d[i];
    }
    for(int i = 1;i <= m;i++){
        cin>>a[i];
    }
    int l = 1,r = n,mid;
    while(l < r){
        mid = (l+r)/2;
        if(judge(mid)){
            r = mid;
        }
        else{
            l = mid+1;
        }
    }

    if(r == n && !judge(n)){
        cout<<"-1"<<endl;
    }
    else{
        cout<<r<<endl;
    }
    return 0;
}


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: 要安装innovactive exams screensharing插件,首先打开你的网页浏览器(例如Google Chrome)。然后按照以下步骤进行操作: 1. 在浏览器中搜索“innovactive exams screensharing插件”或直接访问官方网站。 2. 在官方网站上,点击下载或获取插件按钮。这通常会将一个插件文件(通常是以“.crx”为扩展名的文件)保存到你的计算机中。 3. 打开你的浏览器,点击浏览器右上角的菜单按钮。这通常是一个包含三个点或线的图标。 4. 在菜单中,找到“更多工具”选项,并将鼠标悬停在上面以展开更多选项。 5. 在下拉菜单中,选择“扩展程序”选项。这将打开一个新的浏览器标签,其中显示了当前安装的所有扩展程序。 6. 在扩展程序页面的右上角,确保“开发者模式”选项已经启用。如果没有启用,请点击开关按钮将其打开。 7. 在开发者模式下,你会看到一个“加载已解压的扩展程序”按钮。点击这个按钮。 8. 在弹出的对话框中,导航到之前下载的innovactive exams screensharing插件文件所在的位置,并选择它。然后点击“选择文件夹”按钮。 9. 插件将被安装,并显示在扩展程序列表中。 10. 现在,你可以打开需要使用innovactive exams screensharing插件的网页或应用程序,该插件将自动启动并提供其功能。 请记住,安装插件可能需要你的浏览器具有适当的权限和访问能力。如果你遇到任何问题或错误,请仔细阅读插件的官方文档或联系插件开发者获取支持。 ### 回答2: 要安装Innovactive Exams Screensharing插件,您需要按照以下步骤进行操作: 1. 打开您的网页浏览器,例如Google Chrome或Mozilla Firefox。 2. 在浏览器地址栏中输入"Innovactive Exams Screensharing插件"并按下回车键。 3. 在搜索结果中找到适用于您的浏览器的插件页面。通常会显示插件的名称、描述和评分等信息。 4. 点击插件页面上的"添加到浏览器"或"安装"按钮。 5. 浏览器会显示一个提示,询问您是否想要添加该插件。点击"添加"或"确认"按钮继续安装。 6. 安装过程可能需要一些时间,取决于您的电脑和网络速度。请耐心等待。 7. 安装完成后,浏览器会显示一个通知或弹出窗口,表示插件已成功添加到浏览器。 8. 现在,您可以在浏览器工具栏或扩展程序页面中找到已安装的插件图标。 9. 单击插件图标,您可以查看和设置插件的选项和功能。根据插件的特性,您可能需要进行一些配置和授权操作。 10. 按照插件的说明和指导,授权或启用插件的所需功能。 11. 在需要使用Innovactive Exams Screensharing插件的场合,确保您已打开该插件,以便享受其提供的功能和特性。 请注意,不同的插件安装过程可能会有所不同,具体步骤可能会有所变化。此外,确保您从可信任的来源下载和安装插件,以防止安全风险。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值