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