Cod sursa(job #93953)
| Utilizator | Data | 20 octombrie 2007 22:53:17 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.21 kb |
#include<stdio.h>
int main() {
int a,b;
freopen("date.in","r",stdin);
freopen("date.out","w",stdout);
scanf("%d",&a);
scanf("%d",&b);
printf("%d",a+b);
fclose(in);
fclose(out);
return 0;
}
