Cod sursa(job #1266159)
| Utilizator | Data | 18 noiembrie 2014 13:20:26 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | c | Status | done |
| Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <stdio.h>
int main()
{
freopen("adunare.in","r",stdin);
freopen("adunare.out","w",stdout);
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}
