Cod sursa(job #162280)
Utilizator | Data | 19 martie 2008 20:42:45 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.22 kb |
#include<fstrem>
using namespace std;
int main()
{ ifstream fin("adunare.in");
ofstream fout("adunare.out");
unsigned long int a,b;
fout<<(a+b);
fin.close();
fout.close();
return 0;
}