Function oddcount(ar:array[1..n;1..m] of integer):integer;
var i,j:integer;
begin
result:=0;
for i:=1 to n do
for j:=1 to m do
begin
if odd(ar[i,j]) then
result:=result+1;
end;
writeln(result);
end;
Вот так как-то.
1) какой то вопрос неполный, ну может комнатами))
1 В столбце е пиши =(a1+B1)*(c1+d1) enter, а потом значит вниз протяни на все строки
2 =(a1/B1) *(c1/D1)