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