A. Young Physicist1000 / 水题

Posted 幽殇默

tags:

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


https://codeforces.com/problemset/problem/69/A

#include<bits/stdc++.h>
using namespace std;
int t,ans1,ans2,ans3;
int main(void)
{
	cin>>t;
	while(t--)
	{
		int a,b,c; cin>>a>>b>>c;
		ans1+=a,ans2+=b,ans3+=c;
	}
	if(!ans1&&!ans2&&!ans3) puts("YES");
	else puts("NO");
	return 0;
}

以上是关于A. Young Physicist1000 / 水题的主要内容,如果未能解决你的问题,请参考以下文章

[2016-03-22][CF][69A][Young Physicist]

线性DP POJ2279 Mr.Young's Picture Permutations

A. Dragons 1000 / 贪心

A. Expression1000 / 水题

A. Buying Torches1000 / 贪心

A. Game 23 1000 / 分解因子