Cod sursa(job #2358732)

Utilizator AricolSurdu Adrian Aricol Data 28 februarie 2019 11:49:23
Problema Loto Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.19 kb
#include <fstream>

using namespace std;

int main()
{
    fstream fin("loto.in");
    ofstream fout("loto.out");
    int x;
    x=-1;
    fout<<x;
    fin.close();
    fout.close();
}