Cod sursa(job #812520)
Utilizator | Data | 13 noiembrie 2012 22:36:32 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.19 kb |
#include<cstdio>
int main()
{
#ifdef INFOARENA
freopen ("adunare.in","r",stdin);
freopen ("adunare.out","w",stdout);
#endif
int a,b;
scanf ("%d%d",&a,&b);
printf ("%d",a+b);
return 0;
}