比赛 练习赛01 评测结果 WAWWWWAAWW
题目名称 算24点 最终得分 30
用户昵称 reamb 运行时间 0.000 s
代码语言 Pascal 内存使用 0.00 MiB
提交时间 2009-09-04 21:54:41
显示代码纯文本
program pianfen;
begin
  assign (output,'point24.out');
  rewrite (output);
    write ('No answer!');
  close (output)
end.