Cod sursa(job #103945)
Utilizator | Data | 15 noiembrie 2007 19:48:26 | |
---|---|---|---|
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;
}