Cod sursa(job #363196)
Utilizator | Data | 12 noiembrie 2009 09:59:07 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.11 kb |
#include<fstream.h>
void main()
ifstream f("adunare.in")
ofstream g("adunare.out")
f.close();
g.close();
}