Cod sursa(job #505831)
| Utilizator | Data | 4 decembrie 2010 10:44:28 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<iostream.h>
int main()
{
int a,b,s;
cout<<"a=";cin>>a;
cout<<"b=";cin>>b;
s=a+b;
cout<<s;
return 0;
}
