Cod sursa(job #309152)
Utilizator | Data | 29 aprilie 2009 19:50:59 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.1 kb |
#include<iostream.h>
main()
{
int a,b,s=0;
cin>>a>>b;
cout<<"a="<<"b=";
s=a+b;
cout<<s;
}