Cod sursa(job #2358731)
Utilizator | Data | 28 februarie 2019 11:48:35 | |
---|---|---|---|
Problema | Loto | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <fstream>
using namespace std;
int main()
{
fstream fin("loto.in");
ofstream fout("loto.out");
x=-1;
fout<<x;
fin.close();
fout.close();
}