Cod sursa(job #219366)
| Utilizator | Data | 6 noiembrie 2008 18:22:38 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <fstream.h>
int main()
{
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a + b);
return 0;
}
