Cod sursa(job #1190693)
Utilizator | Data | 25 mai 2014 16:31:05 | |
---|---|---|---|
Problema | Loto | Scor | 0 |
Compilator | cpp | Status | done |
Runda | itmarathon | Marime | 0.15 kb |
#include <fstream>
using namespace std;
int main()
{
ofstream fout("loto.out");
fout<<"-1\n";
fout.close();
return 0;
}