校门外的树 C++ 本地运行正常但提交只给3分,求助

#include<cstdio>usingnamespacestd;intmain(){boolRoad[10001];intL,M,i,j,Begin,End,temp... #include<cstdio>
using namespace std;
int main()
{
bool Road[10001];int L,M,i,j,Begin,End,temp=0;
scanf("%d %d",&L,&M);
for(i=0;i<=L;i++)
{Road[i] = 1;}
for(i=0;i<M;i++)
{
scanf("%d%d",&Begin,&End);
for(j=Begin;j<=End;j++)
{
Road[j]=0;
}
}
int x=0;
for(i=0;i<L;i++)
{
temp=temp+Road[i];
}
printf("%d",temp);
return 0;
}
展开
 我来答
物理公司的
2017-09-25 · TA获得超过5695个赞
知道大有可为答主
回答量:6105
采纳率:86%
帮助的人:1321万
展开全部
#include<iostream>
using namespace std;
 
int main()
{
    int l,m,max,min;
    int n=0;
    cin>>l>>m;
    int a[10000] = {1}; 
    for(int j=0;j<m;j++)
    {
        cin>>min>>max;
        for(; max >= min ;min++) 
            a[min]=0;
        }
    }
    for(int k=0;k<l;k++)
    {
        if(a[k]==1)
        n++;
    }
    cout<<n<<endl;
}
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式