235 :
`:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=Shift_JIS">
<title>LOTO6 50</title>
<script type="text/javascript">
var mem=new Array(2150);
function lt6(a){
var i;
i=a;
while(i<a+43){
mem[i]=0; i++;
}
i=0;
while(i<6){
j=Math.floor(Math.random()*43);
if(mem[a+j]==0){
mem[a+j]=1; i++;
}
}
}
236 :
`:2011/05/23(月) 15:56:31.85 ID:/wYKIJ8O
function match(a,b){
var i,j;
i=j=0;
while(i<43){
if(mem[a+i]==1 && mem[b+i]==1){ j++; }
i++;
}
return(j);
}
function cal(){
var i,j,k,cnt;
document.f1.t1.value='';
i=cnt=0;
while(i<2150 && cnt<200000){
lt6(i);
j=0;
while(j<i){
if(match(i,j)>2){ break; }
j+=43;
}
if(i==j){
j=i; k=0;
while(j<i+43 && k<6){
if(mem[j]==1){
if(j-i<9){ document.f1.t1.value+='0'; }
document.f1.t1.value+=j-i+1;
if(k==5){
if(i%172==129){ document.f1.t1.value+='\n'; }
else{ document.f1.t1.value+=' / '; }
}
else{ document.f1.t1.value+=' '; }
k++;
}
j++;
}
i+=43;
}
237 :
`:2011/05/23(月) 15:59:06.76 ID:/wYKIJ8O
else{ cnt++; }
}
}
</script>
<body bgcolor="#ffffff" text="#000000" onLoad="cal()">
<form name="f1">
<textarea cols="90" rows="20" name="t1"></textarea>
</form>
</body>
</html>