codevs 4014EZ系列

Posted 快乐·永恒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了codevs 4014EZ系列相关的知识,希望对你有一定的参考价值。

4014 EZ系列之丁畅大大打小怪兽

 
题目描述 Description

丁畅大大除了喜欢吃鸡腿和番茄炒鸡蛋,还喜欢变成奥特曼去打小怪兽。

有一天,他遇到了迪迦!!!!!!!!!!!!!!!!!!!!!!!!!!

他们开始比赛打小怪兽。。。。。。

输入描述 Input Description

第一行为n

后面有n行

每行两个数,分别为“你很贱”和“抵价”在第i回合的的分数。

输出描述 Output Description

随机数出jian 或者 jia!!!

 

                 ,

                / \

               {   }

               p   !

               ; : ;

               | : |

               | : |

               l ; l

               l ; l

               I ; I

               I ; I

               I ; I

               I ; I

               d | b 

               H | H

               H | H

               H I H

       ,;,     H I H     ,;,

      ;[email protected];    ;_H_;,   ;[email protected];

      `\Y/d_,;|[email protected]|;,_b\Y/‘

       ‘\;[email protected]@@$MMMMM;/‘

         "~~~*;[email protected]!;*~~~"

               ;888;

               ;888;

               ;888;

               ;888;

               [email protected]

               [email protected]

               T808T

                `~` 

 

样例输入 Sample Input

就不告诉你

样例输出 Sample Output

就不告诉你

数据范围及提示 Data Size & Hint

n<=1000000000000000000000;

丁畅大大行走江湖,百战百败,大家快点来帮他^-^

看着这个题目里各种表情,好想揍他······

#include<iostream>
#include<cstdio>
#include<cstring>
#include<cmath>
#include<algorithm>

using namespace std;

long long int n,a,b;

int main()
{
    ios::sync_with_stdio(false);
    cin>>n;
    for(int i=1;i<=n;i++)
    {
        long long int x,y;
        cin>>x>>y;
        a+=x;
        b+=y;
    }
    if(a>b)    cout<<"jian"<<endl;
    else    cout<<"jia"<<endl; 
    return 0;
}

 

以上是关于codevs 4014EZ系列的主要内容,如果未能解决你的问题,请参考以下文章

拓扑排序 codevs 4040 cojs 438

CodeVS4093EZ的间谍网络

EZ的间谍网络(codevs 4093)

洛谷 P1262 间谍网络==Codevs 4093 EZ的间谍网络

4040 EZ系列之奖金

4040 EZ系列之奖金