Cod sursa(job #392108)
Utilizator | Data | 6 februarie 2010 19:27:54 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.15 kb |
void int()
{ ifstream f("adunare.in");
ofstream g("adunare.out");
long a,b;
fin>>a>>b;
g<<a+b;
fin.close();
fout.close();
return 0;
}