Cod sursa(job #542244)
| Utilizator | Data | 26 februarie 2011 00:08:10 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.12 kb |
#include<iostream.h>
int a,b,s;
int main()
{
cout<<"a=";cin>>a;
cout<<"b=";cin>>b;
s=a+b;
cout<<s;
return 0;
}
