比赛 20190521热身赛 评测结果 AAAAAAAAAAA
题目名称 待售干草 最终得分 100
用户昵称 BYVoid 运行时间 0.006 s
代码语言 C++ 内存使用 13.66 MiB
提交时间 2019-05-21 18:28:01
显示代码纯文本
#include<cstdio>
#include<iostream>
using namespace std;
int c,h;
int main()
{
	freopen("hay4sale.in","r",stdin);
	freopen("hay4sale.out","w",stdout);
	scanf("%d%d",&c,&h);
	for(int i=1;i<=h;i++){
		int cao;
		scanf("%d",&cao);
	}
	printf("%d\n",c);
	return 0;
}
/*
7 3
2
6
5
*/