Cod sursa(job #307090)
Utilizator | Data | 22 aprilie 2009 22:36:30 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.19 kb |
#include <iostream.h>
#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;
}