// mc.cpp : Defines the entry point for the console application. // #include using namespace std; int _tmain() { int a,b,s; cout<<"Dati a"; cin>>a; cout<<"Dati b"; cin>>b; s=a+b; cout<<"Suma este"<>a; return 0; }