Cod sursa(job #1117138)
Utilizator | Data | 23 februarie 2014 09:27:39 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include<fstream>
using namespace std;
ifstream f("adunare.in");
ofsteram.h("adunare.out");
int main()
{
int a,b;
f>>a;
f>>b;
f.close();
g<<a+b;
g.close();
}