Cod sursa(job #96783)
Utilizator | Data | 3 noiembrie 2007 13:34:40 | |
---|---|---|---|
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;
cout<<"a=";
cin>>a;
cout<<"b=";
cin>>b;
cout<<a+b<<endl;
return 0;
}