Cod sursa(job #185428)
Utilizator | Data | 25 aprilie 2008 13:01:24 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<fstream.h>
void main()
{int a,b;
ifstream fin("adunare.in");
fin >> a >> b;
ofstream fout("adunare.out");
fout << a+b;}