Cod sursa(job #841182)
Utilizator | Data | 23 decembrie 2012 21:22:27 | |
---|---|---|---|
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;
cin>>a;
cin>>b;
cout<<"suma"<<a+b;
system("pause");
return 0;
}