Cod sursa(job #713139)
Utilizator | Data | 14 martie 2012 11:53:59 | |
---|---|---|---|
Problema | Xerox | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include<fstream>
using namespace std;
ifstream fin("xerox.in");
ofstream fout("xerox.out");
int main()
{
fout<<1<<'\n';
fin.close();
fout.close();
return 0;
}