Cod sursa(job #300706)
Utilizator | Data | 7 aprilie 2009 17:06:48 | |
---|---|---|---|
Problema | Loto | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.21 kb |
#include <stdio.h>
int main()
{long int i,j,x,n,s,v[100];
char sum[600000009];
freopen("loto.in","r",stdin);
freopen("loto.out","w",stdout);
scanf("%ld %ld",&n,&s);sum[0]=1;
printf("-1");
return 0;}