比赛 20120711 评测结果 WWWWWWWWWWWWWWWWW
题目名称 Redundant Paths 最终得分 0
用户昵称 zhangchi 运行时间 0.004 s
代码语言 Pascal 内存使用 0.17 MiB
提交时间 2012-07-11 11:30:52
显示代码纯文本
begin
	assign(input,'rpathsa.in'); reset(input);
	assign(output,'rpathsa.out'); rewrite(output);
	writeln(1);
	close(input); close(output);
end.