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