Exams

Exams
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output

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.

Examples
input
7 2
0 1 0 2 1 0 2
2 1
output
5
input
10 3
0 0 1 2 3 0 2 0 1 2
1 1 4
output
9
input
5 1
1 1 1 1 1
5
output
-1
Note

In the first example Vasiliy can behave as follows. On the first and the second day he can prepare for the exam number 1 and pass it on the fifth day, prepare for the exam number 2 on the third day and pass it on the fourth day.

In the second example Vasiliy should prepare for the exam number 3 during the first four days and pass it on the fifth day. Then on the sixth day he should prepare for the exam number 2 and then pass it on the seventh day. After that he needs to prepare for the exam number 1 on the eighth day and pass it on the ninth day.

In the third example Vasiliy can't pass the only exam because he hasn't anough time to prepare for it.

分析:二分答案,然后考试按从后往前模拟check即可;

代码:

#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <algorithm>
#include <climits>
#include <cstring>
#include <string>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <vector>
#include <list>
#define rep(i,m,n) for(i=m;i<=n;i++)
#define rsp(it,s) for(set<int>::iterator it=s.begin();it!=s.end();it++)
#define mod 1000000007
#define inf 0x3f3f3f3f
#define llinf 0x3f3f3f3f3f3f3f3fLL
#define vi vector<int>
#define pb push_back
#define mp make_pair
#define fi first
#define se second
#define ll long long
#define pi acos(-1.0)
#define pii pair<ll,int>
#define Lson L, mid, ls[rt]
#define Rson mid+1, R, rs[rt]
#define sys system("pause")
const int maxn=1e5+10;
using namespace std;
ll gcd(ll p,ll q){return q==0?p:gcd(q,p%q);}
ll qpow(ll p,ll q){ll f=1;while(q){if(q&1)f=f*p;p=p*p;q>>=1;}return f;}
inline ll read()
{
    ll x=0;int f=1;char ch=getchar();
    while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}
    while(ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
    return x*f;
}
int n,m,k,t,cnt[maxn],ok[maxn],op[maxn],now,ca,ans;
bool panduan(int p)
{
    queue<int>q;
    set<int>w;
    for(int i=p;i>=1;i--)
    {
        if(ok[i])
        {
            if(w.find(ok[i])==w.end()&&!cnt[ok[i]])
            {
                q.push(ok[i]);
                w.insert(ok[i]);
            }
            else
            {
                if(!w.empty())
                {
                    if(++cnt[q.front()]==op[q.front()])
                    {
                        now++;
                        w.erase(q.front());
                        q.pop();
                    }
                }
            }
        }
        else
        {
            if(!w.empty())
                {
                    if(++cnt[q.front()]==op[q.front()])
                    {
                        now++;
                        w.erase(q.front());
                        q.pop();
                    }
                }
        }
    }
    return now==m;
}
int main()
{
    int i,j;
    ans=-1;
    scanf("%d%d",&n,&m);
    rep(i,1,n)scanf("%d",&ok[i]);
    rep(i,1,m)scanf("%d",&op[i]);
    int l=1,r=n;
    while(l<=r)
    {
        int mid=(l+r)>>1;
        now=0;
        memset(cnt,0,sizeof(cnt));
        if(panduan(mid))
        {
            ans=mid,r=mid-1;
        }
        else l=mid+1;
    }
    printf("%d\n",ans);
    //system("Pause");
    return 0;
}

转载于:https://www.cnblogs.com/dyzll/p/5973101.html

  • 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、付费专栏及课程。

余额充值