Cod sursa(job #677421)

Utilizator the_good90Patiu Dan the_good90 Data 10 februarie 2012 10:34:37
Problema Loto Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.1 kb
#include<fstream>
using namespace std;
int main()
{	

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