Cod sursa(job #88987)
Utilizator | Data | 5 octombrie 2007 09:26:53 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.12 kb |
#include<fstream.h>
ifstream f("adunare.in");
ofstream g("adunare.out");
float a,b;
void main()
{f>>a>>b;
g<<a+b;
}