Cod sursa(job #208952)
| Utilizator | Data | 19 septembrie 2008 19:13:58 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.21 kb |
# include <iostream.h>
# include <stdio.h>
int main ()
{ long a,b;
freopen("date.in","r",stdin);
freopen("date.out","w",stdout);
cin>>a>>b;
cout<<(a+b);
return 0;
} -