Cod sursa(job #686750)

Utilizator KeylosKeylos Key Keylos Data 21 februarie 2012 20:18:34
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.14 kb
#include<iostream.h>
#include<fstream.h>
ifstream f("fractii.in");
ofstream g("fractii.out");
int a,b;
int main ()
{
f>>a>>b;
g<<a+b;
}