Cod sursa(job #47965)

Utilizator O_NealS. Alex O_Neal Data 4 aprilie 2007 11:45:47
Problema Loto Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.21 kb
#include<fstream.h>
#include<math.h>

int a[100],b[100],x,n,m,i,j,s;

int main()
  {
	ifstream fin("loto.in");
	ofstream fout("loto.out");
	fout<<"-1";
	fin.close();
	fout.close();
	return 0;
  }