比赛 |
20110916 |
评测结果 |
WWWWWWWWWWW |
题目名称 |
找工作 |
最终得分 |
0 |
用户昵称 |
weichen |
运行时间 |
0.002 s |
代码语言 |
Pascal |
内存使用 |
0.17 MiB |
提交时间 |
2011-09-16 20:55:23 |
显示代码纯文本
program lx;
begin
assign(input,'jobhunt.in');
reset(input);
assign(output,'jobhunt.out');
rewrite(output);
write(-1);
close(input);
close(output);
end.