Cod sursa(job #250105)
| Utilizator | Data | 30 ianuarie 2009 10:23:33 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<iostream.h>
main()
{
int a,b,s;
cout<<"a=";
cin>>a;
cout<<"b=";
cin>>b;
s=a+b;
cout<<"s="<<s<<endl;
return 0;
}
