Cod sursa(job #88996)

Utilizator BestBoyCalota Beniamin-Natanael BestBoy Data 5 octombrie 2007 09:55:21
Problema A+B Scor 100
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.13 kb
#include<fstream.h>
ifstream f("adunare.in");
ofstream g("adunare.out");
float a,b;
int main()
{f>>a>>b;
g<<a+b;
return 0;
}