program summa;
var s,a,b:integer;
begin
writeln (‘a->‘);
readln (a);
writeln (‘b->‘);
readln (b);
s:=a+b;
writeln (s);
readln;
end.
Артқа