Cod sursa(job #307088)
Utilizator | Data | 22 aprilie 2009 22:34:47 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include <fstream.h>
long a,b;
int main()
{
ifstream(f,"adunare.in");
ofstream(f,"adunare.out");
f>>a>>b;
g<<a+b;
f.close();
g.close();
return 0;
}