Ответы
Ответ дал:
0
var a,b,c,d,x: integer;
begin
x:=0;
readln(a,b,c,d);
if a=0 then inc(x);
if b=0 then inc(x);
if c=0 then inc(x);
if d=0 then inc(x);
writeln(x);
end.
begin
x:=0;
readln(a,b,c,d);
if a=0 then inc(x);
if b=0 then inc(x);
if c=0 then inc(x);
if d=0 then inc(x);
writeln(x);
end.
Вас заинтересует
2 года назад
3 года назад
3 года назад
8 лет назад
8 лет назад
9 лет назад