Cod sursa(job #22642)
| Utilizator | Data | 26 februarie 2007 23:25:11 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include<stdio.h>
int main()
{
int a,b;
fscanf(fopen("adunare.in","r"),"%d%d",&a,&b);
fprintf(fopen("adunare.out","w"),"%d",a+b);
return 0;
}
