Cod sursa(job #350758)
| Utilizator | Data | 25 septembrie 2009 20:02:52 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.09 kb |
# include <iostream.h>
void main ()
{ int a,b,s;
s=0;
cin>>a>>b;
s=a+b;
cout<<s;
}
| Utilizator | Data | 25 septembrie 2009 20:02:52 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.09 kb |
# include <iostream.h>
void main ()
{ int a,b,s;
s=0;
cin>>a>>b;
s=a+b;
cout<<s;
}