Cod sursa(job #307085)

Utilizator Cristian_BBerceanu Cristian Cristian_B Data 22 aprilie 2009 22:32:25
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.17 kb
#include <fstream>

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;

}