比赛 | NOIP_5 | 评测结果 | WWWWW |
---|---|---|---|
题目名称 | 添加号 | 最终得分 | 0 |
用户昵称 | Achilles | 运行时间 | 0.000 s |
代码语言 | Pascal | 内存使用 | 0.00 MiB |
提交时间 | 2008-09-24 21:49:34 | ||
program exam4; var s:string; n,i,j,k,l,m,code,t:integer; sz:array[1..20,1..20,0..20]of integer; begin assign(input,'exam4.in'); assign(output,'exam4.out'); reset(input); rewrite(output); writeln(2170); close(input); close(output); end.