Cod sursa(job #135876)
| Utilizator | Data | 14 februarie 2008 19:53:37 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.07 kb |
#include<iostream.h>
long a,b;
void main()
{
cin>>a>>b;
cout<<a+b;
}| Utilizator | Data | 14 februarie 2008 19:53:37 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.07 kb |
#include<iostream.h>
long a,b;
void main()
{
cin>>a>>b;
cout<<a+b;
}