A. The Contest

原题链接


http://codeforces.com/contest/813/problem/A


解题思想



代码


#include<iostream>
using namespace std;

int main()
{
    int m,n,i,x,t=0,l,r=0;
    cin>>n;
    while(n--)
    {
        cin>>x;
        t+=x;
    }
    cin>>m;
    while(m--&&t>r)cin>>l>>r;
    if(t>r) cout<<-1;
    else cout<<max(t,l);
    return 0;
}

全部评论

相关推荐

比亚迪汽车新技术研究院 硬件工程师 总包21左右 硕士
点赞 评论 收藏
分享
点赞 评论 收藏
分享
害怕一个人的小黄鸭胖乎乎:笑死了,没有技术大牛,招一堆应届生,不到半年,代码就成屎山了
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务