Cod sursa(job #256968)
Utilizator | Data | 12 februarie 2009 16:34:18 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c | 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;}