там 32767?
да
не выходит
Var a, b, s : Integer; begin Write('введите a= '); readln(a); Write('введите b= '); readln(b); S:=a+b; if s<32767 then writeln(s) else writeln('произошло переполнение');<br>end.
Int A,B,Summ A+B=Summ if (Summ>32767) cout>>"Переполнение" else cout>>"Summ"