Cod sursa(job #841186)
Utilizator | Data | 23 decembrie 2012 21:24:37 | |
---|---|---|---|
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;
}