比赛 20091111 评测结果 AWWWWWWWWWWWW
题目名称 三色二叉树 最终得分 7
用户昵称 reamb 运行时间 0.000 s
代码语言 Pascal 内存使用 0.00 MiB
提交时间 2009-11-11 11:30:49
显示代码纯文本
program sanseerchshu;
begin
  assign (input,'trot.in');
  reset (input);
  assign (output,'trot.out');
  rewrite (output);
    writeln ('1 0');
  close (input);
  close (output)
end.