Cod sursa(job #713136)
Utilizator | Data | 14 martie 2012 11:52:32 | |
---|---|---|---|
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";
fin.close();
fout.close();
return 0;
}