#include using namespace std; int main() { int a,b,rez; cout<<"a= "; cin>>a; cout<<"b= "; cin>>b; rez=a+b; cout<