Cod sursa(job #457279)
Utilizator | Data | 18 mai 2010 19:06:58 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.14 kb |
#include <iostream.h>
int main()
{
int a,b;
cout<<"a="; cin>>a;
cout<<"b="; cin>>b;
cout<<"suma="<<a+b;
return 0;
}