Ответы
Ответ дал:
0
Program asd;
Const x=50;
y=32;
var r:integer;
BEGIN
R:=x-y;
Writeln('',x,' - ',y,' = ',R);
Readln;
END
Const x=50;
y=32;
var r:integer;
BEGIN
R:=x-y;
Writeln('',x,' - ',y,' = ',R);
Readln;
END
Вас заинтересует
10 лет назад
10 лет назад
10 лет назад