Cod sursa(job #357421)
Utilizator | Data | 19 octombrie 2009 11:30:49 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.12 kb |
#include <fstream>
int main ()
{
ifstream f("adunare.in");
ofstream g("adunare.out");
f>>a;f>>b;g<<a+b;
}