Ответы
Ответ дал:
0
var a,b,c:integer;
begin
writeln('vvedite tri cisla=');
readln(a,b,c);
if (a>0) and (a<10) then
write(' ',a);
if (b>0) and (b<10) then write(' ',b);
if (c>0) and (c<10) then write(' ',c);
end.
Успехов :)
begin
writeln('vvedite tri cisla=');
readln(a,b,c);
if (a>0) and (a<10) then
write(' ',a);
if (b>0) and (b<10) then write(' ',b);
if (c>0) and (c<10) then write(' ',c);
end.
Успехов :)
Вас заинтересует
2 года назад
2 года назад
8 лет назад
8 лет назад
10 лет назад
10 лет назад
10 лет назад
10 лет назад