Cod sursa(job #2469411)
Utilizator | Data | 7 octombrie 2019 09:16:20 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <fstream>
using namaspace std;
ifstream f ("adunare.in'');
ofstream g ("adunare.out");
long a,b;
int main ()
{f>>a>>b;
g<<a+b;
f.close ();
g.close ();
return 0;
}