Cod sursa(job #489577)
| Utilizator | Data | 2 octombrie 2010 22:20:24 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <fstream>
using namespace std;
int main()
{
long int a,b;
ifstream in("adunare.in");
ofstream out("adunare.out");
f>>a;
f>>b;
out<<a+b;
return 0;
}
