Cod sursa(job #33234)
Utilizator | Data | 19 martie 2007 00:09:43 | |
---|---|---|---|
Problema | Loto | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.23 kb |
#include<iostream.h>
#include<fstream.h>
int main()
{
long a,i,
b,x;
ifstream f("loto.in");
ofstream g("loto.out");
f>>a;
f>>b;
for(i=1;i<=a;i++)
f>>x;
g<<"-1";
f.close();
f.close();
return 0;
}