Cod sursa(job #1274210)
| Utilizator | Data | 23 noiembrie 2014 16:18:03 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include<fstream>
int main()
{int a,b,s;
f.open("adunare.in",ios::in)
g.open("adunare.out",ios::out)
f>>a;
f>>b;
s=a+b;
g<<s;
f.close()
g.close()
}
