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