记录编号 356365 评测结果 EEEEE
题目名称 BPlusA 最终得分 0
用户昵称 GravatarRedContritio 是否通过 未通过
代码语言 C 运行时间 0.001 s
提交时间 2016-11-30 17:29:07 内存使用 0.29 MiB
显示代码纯文本
#include<stdio.h>
int n;
int main()
{
	freopen("bplusa.in","r",stdin);
	freopen("bplusa.out","w",stdout);
	scanf("%d",&n);
	printf("\n2 %d",n-2);
}