比赛 20101117 评测结果 WWWWWWWWWW
题目名称 邮递员 最终得分 0
用户昵称 nick09 运行时间 0.000 s
代码语言 Pascal 内存使用 0.00 MiB
提交时间 2010-11-17 10:47:43
显示代码纯文本
var n,i,j,k,ans:longint;
 a,b:char;

Begin
assign(input,'carrier.in');reset(input);
assign(output,'carrier.out');rewrite(output);
writeln('7');
writeln('1 2 4 5 1 3 6 1');
close(input);close(output);

end.