Cod sursa(job #219702)
| Utilizator | Data | 8 noiembrie 2008 10:03:04 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.09 kb |
#include<iostream.h>
int main()
{
int a, b;
cin>>a>>b;
cout<<a+b;
return 0;
}| Utilizator | Data | 8 noiembrie 2008 10:03:04 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.09 kb |
#include<iostream.h>
int main()
{
int a, b;
cin>>a>>b;
cout<<a+b;
return 0;
}