比赛 搜索题... 评测结果 WWWWWWWWAW
题目名称 分组 最终得分 10
用户昵称 岳帛翰 运行时间 0.013 s
代码语言 C 内存使用 0.29 MiB
提交时间 2014-11-04 20:32:35
显示代码纯文本
#include<stdio.h>
int main()
{
	freopen("dataa.in","r",stdin);
	freopen("dataa.out","w",stdout);
	printf("3\n1 1 4\n1 2 3\n2 2 2\n");
	return 0;
}