比赛 | HAOI2009 模拟试题1 | 评测结果 | WWWWWWWWWWWWWWWAWWWW |
---|---|---|---|
题目名称 | 劣质编码 | 最终得分 | 5 |
用户昵称 | wo shi 刘畅 | 运行时间 | 0.000 s |
代码语言 | Pascal | 内存使用 | 0.00 MiB |
提交时间 | 2011-03-25 20:07:40 | ||
var n,i:longint; a:Array[0..100000]of string; begin assign(input,'codez.in'); reset(input); assign(output,'codez.out'); rewrite(output); readln(n); for i:=1 to n do readln(a[i]); writeln(-1); close(input); close(output); end.