Cod sursa(job #1188971)
Utilizator | Data | 20 mai 2014 22:37:10 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.12 kb |
#include<fstream>
using namespace std;
ifstream f("suma.in")
ofstream g("suma.out")
{f>>a>>b
g>>a+b;
return 0;
}