Cod sursa(job #384531)
Utilizator | Data | 20 ianuarie 2010 12:52:25 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <stdio.h>
int main()
{
long a, b;
scanf("%d %d",&a,b);
printf("%d",a+b);
return 0;
}