Cod sursa(job #47585)
| Utilizator | Data | 3 aprilie 2007 20:18:05 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.2 kb |
#include<iostream.h>
#include<conio.h>
#include<fstream.h>
int a,b;
int main()
{ ifstream fin("adunare.in");
fin>>a>>b;
ofstream fout("adunare.out");
fout<<a+b;
return 0;
}
