Cod sursa(job #1575403)

Utilizator codustef122Smeu Stefan codustef122 Data 21 ianuarie 2016 14:38:27
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.16 kb
#include <fstream>

using namespace std;
ifstream f ("date.in");
ofstream g ("date.out");
float a,b;
int main()
{f>>a>>b;
g<<a+b;

    return 0;
}