Cod sursa(job #365136)
Utilizator | Data | 17 noiembrie 2009 22:31:43 | |
---|---|---|---|
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 long a,b;
f>>a>>b;
g<<a+b;
return 0;
}