Cod sursa(job #1190553)
Utilizator | Data | 25 mai 2014 14:32:28 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | itmarathon | Marime | 0.25 kb |
#include <iostream>
#include<fstream>
using namespace std;
int main()
{
long a, b, s;
ifstream f("adunare.in");
ofstream("adunare.out";
f>>a;
f>>b;
s=a+b;
g<<s;
f.close();
g.close();
return 0;
}