Cod sursa(job #263970)
| Utilizator | Data | 20 februarie 2009 23:53:13 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.08 kb |
#include<iostream.h>
main()
{
long a,b,s=0;
cin>>a;
cin>>b;
s=a+b;
cout<<s;
}| Utilizator | Data | 20 februarie 2009 23:53:13 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.08 kb |
#include<iostream.h>
main()
{
long a,b,s=0;
cin>>a;
cin>>b;
s=a+b;
cout<<s;
}