Cod sursa(job #549744)

Utilizator treizeciPrajescu Rares Emil treizeci Data 8 martie 2011 21:55:41
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.19 kb
#include<iostream.h>
#include<fstream.h>
int main()
{int s,a,b;
ifstream("adunare.in");
ofstream("adunare.out");
f>>a>>b;
s=a+b;
g<<"Suma este"<<s;
f.close();g.close();
return 0;
}