Cod sursa(job #451362)
Utilizator | Data | 9 mai 2010 14:28:22 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp | Status | done |
Runda | Lista lui wefgef | Marime | 0.13 kb |
#include<fstream.h>
ifstream f("adunare.in");
ofstream g("adunare.out");
int main()
{long a,b;
f>>a>>b;
g<<a+b;
return 0;}