Cod sursa(job #86931)

Utilizator vicenzo_cnuStan Alexandru Dan vicenzo_cnu Data 25 septembrie 2007 22:20:37
Problema Loto Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.15 kb
#include<stdio.h>
#define MAXN 101
int n;
FILE *f,*g;
int main()
{f=fopen("loto.in","r");
g=fopen("loto.out","w");
fprintf(g,"-1");
 return 0;
}