codevs 4014EZ系列
Posted 快乐·永恒
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了codevs 4014EZ系列相关的知识,希望对你有一定的参考价值。
4014 EZ系列之丁畅大大打小怪兽
丁畅大大除了喜欢吃鸡腿和番茄炒鸡蛋,还喜欢变成奥特曼去打小怪兽。
有一天,他遇到了迪迦!!!!!!!!!!!!!!!!!!!!!!!!!!
他们开始比赛打小怪兽。。。。。。
第一行为n
后面有n行
每行两个数,分别为“你很贱”和“抵价”在第i回合的的分数。
随机数出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;
T808T
`~`
就不告诉你
就不告诉你
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系列的主要内容,如果未能解决你的问题,请参考以下文章