Cod sursa(job #489576)
Utilizator | Data | 2 octombrie 2010 22:19:49 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include <fstream>
using namespace std;
int main()
{
long int a,b;
ifstream in("adunare.in");
ofstream out("adunare.out");
f>>a
f>>b;
out<<a+b;
return 0;
}