Cod sursa(job #249797)
Utilizator | Data | 29 ianuarie 2009 11:34:42 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.11 kb |
#include<iostream.h>
main()
{
int a,b;
cout<<"a=";
cin>>a;
cout<<"b=";
cin>>b;
cout<<a+b<<endl;
}