比赛 20161115 评测结果 WWWWWWWWWW
题目名称 取石块儿 最终得分 0
用户昵称 乌尔戈亚 运行时间 0.962 s
代码语言 C++ 内存使用 0.31 MiB
提交时间 2016-11-15 09:13:46
显示代码纯文本
#include<cstdio>
#include<cstring>
#include<iostream>
using namespace std;
long long t;
int main()
{
	freopen("tstones.in","r",stdin);
	freopen("tstones.out","w",stdout);
	cin>>t;
	for(int i=1;i<=t;i++)
	{
		cout<<"YES"<<endl;
	}
	return 0;
}