Cod sursa(job #53128)
Utilizator | Data | 21 aprilie 2007 09:59:41 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.15 kb |
#include <fstream.h>
#include <string.h>
ifstream f("adunare.in");
ofstream g("adunare.out");
int main ()
{long a,b c;
f>>a;
f>>b
c=a+b;
g<<c;}