Cod sursa(job #492351)

Utilizator DragusanuanaDragusanu Ana Dragusanuana Data 14 octombrie 2010 10:17:26
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.16 kb
#include<fstream.h>
ifstream f("cmmdc.in");
ofstream g("cmmdc.out");
int x,y;
int main()
{f>>x>>y; f.close();
 x+=y;
 g<<x<<'\n'; g.close();
 return 0;
}