Cod sursa(job #270830)
| Utilizator | Data | 4 martie 2009 17:25:03 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<fstream.h>
main()
{int a,b,g,f;
ifstream f("adunare.in");
f>>a;f>>b;
ofstream g("adunare.out")
g<<a+b;
g.close;}