Cod sursa(job #179245)
Utilizator | Data | 15 aprilie 2008 19:21:22 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.23 kb |
# include <iostream.h>
# include <fstream.h>
long A,B;
int main ()
{
fstream f ("adunare.in",ios::in)
fstream g ("adunare.out", ios::out)
f>>a;
f>>b;
f.close ();
g<<A+B;
g.close();
return 0;
}