Cod sursa(job #309180)
| Utilizator | Data | 29 aprilie 2009 20:24:33 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp | Status | done |
| Runda | tot | Marime | 0.17 kb |
#include<stdio.h>
main ()
{
long a,b;
freopen("adunare.in","r",stdin);
freopen("adunare.out","w",stdout);
scanf("%ld %ld",&a,&b);
printf("%ld",a+b);
return 0;
}
