Cod sursa(job #31685)
| Utilizator | Data | 16 martie 2007 13:52:11 | |
|---|---|---|---|
| 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);
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}
