Ответ:
А В Не(А) А+ НЕ(А) (А+Не(А))^В
1 1 0 1 1
1 0 0 1 1
0 1 1 1 0
0 0 1 1 0
Объяснение:
Program n_1;
var K :integer; A, B: real;
begin
read (A, B);
K:=0;
if a>=0 then K:=K+1;
if b>=0 then K:=K+1;
writeln(K);
end.