Cod sursa(job #279308)
Utilizator | Data | 12 martie 2009 19:24:31 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include<stdio.h>
long int a,b;
int main()
{freopen("adunare.in","r",stdin);
freopen("adunare.out","w",stdout);
scanf("%ld%ld",a,b);
printf("ld",a+b);
return 0;
}