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