Cod sursa(job #1341630)
Utilizator | Data | 12 februarie 2015 22:49:57 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | algoritemius | Marime | 0.22 kb |
#include<iostream>
#include<fstream>
using namespace std;
ifstream f("adunare.in");
ofstream("adunare.out");
int main();
{
int a,b,s;
f>>a>>b
s=a+b
g<<s
f.close();g.close();
return 0;
}