Ответы
Ответ дал:
0
Program BiFi;
Var a:array[1..10] of real;
s,i:real;
Begin
s:=0;
for i:=1 to 10 do begin readln(a[i]);
if a[i]>0 then s:=s+a[i];
end;
writeln(s);
readln;
end.
Var a:array[1..10] of real;
s,i:real;
Begin
s:=0;
for i:=1 to 10 do begin readln(a[i]);
if a[i]>0 then s:=s+a[i];
end;
writeln(s);
readln;
end.
Вас заинтересует
2 года назад
8 лет назад
8 лет назад
10 лет назад
11 лет назад
11 лет назад