Cod sursa(job #215725)
| Utilizator | Data | 20 octombrie 2008 16:53:05 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.08 kb |
#include<iostream.h>
int main()
{
int a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}| Utilizator | Data | 20 octombrie 2008 16:53:05 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.08 kb |
#include<iostream.h>
int main()
{
int a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}