Cod sursa(job #368064)
| Utilizator | Data | 23 noiembrie 2009 22:10:42 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include<fstream.h>
ofstream g("adunare.out");
ifstream f("adunare.in");
int a,b;
int main()
{ f>>a;
f>>b;
g<<a+b<<\n;
return 0;
}
