Cod sursa(job #256967)
Utilizator | Data | 12 februarie 2009 16:33:22 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.12 kb |
#include<fstream.h>
ifstream f("adunare.in");
ofstream g("adunare.out");
long a,b;
void main()
{f>>a;
f>>b;
g<<a+b;}