比赛 平凡的题目 评测结果 WWWWW
题目名称 平凡的皮卡丘 最终得分 0
用户昵称 typhon 运行时间 0.000 s
代码语言 Pascal 内存使用 0.17 MiB
提交时间 2015-11-03 10:30:53
显示代码纯文本
begin
 assign(output,'both.out');
 rewrite(output);
 writeln(-1);
 close(output);
end.