比赛 20101117 评测结果 WWWWWWWWWW
题目名称 邮递员 最终得分 0
用户昵称 Des. 运行时间 0.000 s
代码语言 Pascal 内存使用 0.00 MiB
提交时间 2010-11-17 10:43:36
显示代码纯文本
program carrier;
begin
assign(output,'carrier.out');
rewrite(output);
writeln(7);
writeln(1,' ',2,' ',4,' ',5,' ',1,' ',3,' ',6,' ',1 );
close(output);
end.