Cod sursa(job #281204)
Utilizator | Data | 13 martie 2009 21:43:30 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.11 kb |
#include<fstream.h>
ifstream f("adunare.in");
ofstream g("adunare.out");
long a,b;
main()
{f>>a>>b;
g<<a+b;}