比赛 20111108 评测结果 WWWWWWWEEE
题目名称 分裂 最终得分 0
用户昵称 Yeehok 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2011-11-08 11:10:01
显示代码纯文本
#include<cstdio>
#include<cmath>
#define MaxInt 100001
using namespace std;
int a[1000]={1,2,3,6,10,20,35};
int main()
{
	freopen("mushroom.in","r",stdin);
	freopen("mushroom.out","w",stdout);
	int n;
	scanf("%d",&n);
	printf("%d\n",a[n]);
	return (0);
}