Cod sursa(job #122529)
Utilizator | Data | 12 ianuarie 2008 18:24:28 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.14 kb |
#include<fstream.h>
fstream f("adunare.in",ios::in); fstream g("adunare.out",ios::out);
long a,b;
void main()
{ g<<a+b;
g.close();
}