比赛 NOIP2015普及组练习 评测结果 WWWWAWWWWW
题目名称 字符串编辑 最终得分 10
用户昵称 董正楠 运行时间 0.011 s
代码语言 C 内存使用 0.29 MiB
提交时间 2015-11-05 21:04:16
显示代码纯文本
#include<stdio.h>
int main()
{
	freopen("edit.in","r",stdin);
	freopen("edit.out","w",stdout);
	char a,b,c;
	scanf("%s",&a);
	scanf("%s",&b); 
	printf("error");
	return 0;
}