Cod sursa(job #750935)
Utilizator | Data | 23 mai 2012 17:39:51 | |
---|---|---|---|
Problema | Loto | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.19 kb |
#include <fstream>
#include <algorithm>
using namespace std;
long v[1000];
int main()
{
ifstream f("loto.in");
ofstream g("loto.out");
g<<-1;
f.close();
g.close();
return 0;
}