Cod sursa(job #144248)
| Utilizator | Data | 27 februarie 2008 13:26:42 | |
|---|---|---|---|
| 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<<"suma este"<<" "<<s;
return 0;
}
