Cod sursa(job #1189169)
Utilizator | Data | 21 mai 2014 17:56:43 | |
---|---|---|---|
Problema | Loto | Scor | 0 |
Compilator | cpp | Status | done |
Runda | lab10d22mai2014 | Marime | 0.18 kb |
#include<cstdio>
int main(){
freopen("loto.in","r",stdin);
freopen("loto.out","w",stdout);
int n,s;
scanf("%d%d",&n,&s);
printf("-1");
return 0;
}