Cod sursa(job #266744)
| Utilizator | Data | 26 februarie 2009 06:00:04 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include<iostream.h>
#include<fstream.h>
long a,b,c;
ifstream f("adunare.in");
ofstream g("adunare.out");
int main()
{f>>a; f>>b; c=a+b; g<<c;
return 0;
}
