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