Cod sursa(job #617394)
| Utilizator | Data | 14 octombrie 2011 19:29:38 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include<iostream>
#include<fstream.h>
int main (void)
{ int a,b;
ifstream.f("adunare.in");
f>>a>>b;
f.close();
ofstream.g("adunare.out");
g<<a+b;
return 0;
}