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