Написать програму в ABC Pascal a+b/c

Ответы

Ответ дал: irishkazaharov
1
var a,b,c:integer;
begin
read(a,b);
c:=a+b;
write©;
end.
Вас заинтересует