Cod sursa(job #561871)

Utilizator andreipasalauPasalau Andrei andreipasalau Data 21 martie 2011 21:43:15
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.14 kb
#include<fstream.h>

ifstream f("adunare.in");
ofstream g("adunare.out");
int a,b;
int main()
{
   F>>a;
f>>b;
g<<a+b;  
    return 0;
}