Cod sursa(job #494472)
| Utilizator | Data | 21 octombrie 2010 18:55:45 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <fstream.h>
ifstream h("adunare.in");
ofstream j("adunare.out");
int main()
{ int a,b;
h>>a>>b;
j<<a+b;
return 0;
}
