Cod sursa(job #677419)

Utilizator the_good90Patiu Dan the_good90 Data 10 februarie 2012 10:33:52
Problema Loto Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.09 kb
#include<fstream.h>

int main()
{	

	ofstream out("loto.out");
	out<<"-1";
}