Cod sursa(job #1360092)

Utilizator chiturobertChitu Robert Alexandru chiturobert Data 25 februarie 2015 11:32:38
Problema Loto Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.16 kb
#include <fstream>

using namespace std;
ifstream f("loto.in");
ofstream g("loto.out");
int main()
{
    int n;
    f>>n;
    g<<-1;
    return 0;
}