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