Cod sursa(job #120711)
| Utilizator | Data | 6 ianuarie 2008 13:28:09 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<fstream.h>
fstream f("adunare.in",ios::in);
fstream g("adunare.out",ios::out);
int a,b;
main()
{f>>a;
f>>b;
g<<a+b;}
