Program fofgogjoj;
var
a,b,c,ot,pl:integer;
begin
Writeln('Введите 3 числа');
Readln(a,b,c);
if a<0 then<br>ot:=ot+1;
if b<0 then<br>ot:=ot+1;
if c<0 then<br>ot:=ot+1;
if a>0 then
pl:=pl+1;
if b>0 then
pl:=pl+1;
if c>0 then
pl:=pl+1;
Writeln('Кол-во отрицательных чисел:',ot);
Writeln('Кол-во положительных чисел:',pl);
end.
Можно написать и короче, но я не знаю что вы уже прошли, а что нет