比赛 20101117 评测结果 WWWWWWWWWW
题目名称 拯救 最终得分 0
用户昵称 sr-end 运行时间 0.000 s
代码语言 Pascal 内存使用 0.00 MiB
提交时间 2010-11-17 10:28:32
显示代码纯文本
program aa;
var
l:char;
f1,f2:text;
i,j:integer;
k:integer;
a,b,s:integer;

ar:array[1..1000] of integer;
begin
k:=0;
s:=0;
assign(f1,'savey.in');assign(f2,'savey.out');
reset(f1);
rewrite(f2);
readln(f1,a);
for i:=1 to a-1 do
read(f1,ar[i],l);
read(f1,ar[a]);
for i:=1 to a do
 if ar[j]=0 then inc(s);
 if s=a then
  write(f2,0) else
  begin
if ar[a]=0 then
begin
 for i:=1 to a-1 do
  if ar[i]=0 then
   inc(k);
   b:=k+a-3+(a-2)*2;
   write(f2,b);
   end;
   end;

  close(f1);
   close(f2);
end.