Giulio Pedrinelli
Super Member >PLATINUM<
Ciao a tutti;
Ogni volta che esce un ambo con distanza 10 su Bari e Cagliari si procederà con la previsione.
Periodo di gioco: 9 estrazioni.
Inizio: 28/09/2022
Fine: 20/06/2026
1° Quartina:
5° di TO + 1
3° di BA + 52
5° di VE + 44
1° di FI + 74
2° Quartina:
5° di TO + 1
3° di BA + 52
5° di GE + 23
4° di CA + 25
La previsione in gioco:
28 36 40 81
28 36 45 69
Ruote Ba-Ca per 9 estrazioni.
Qui di seguito lo script.
Sub Main()
'
Dim ruote(10),ruota(10),n0,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10,n19,n15,x1,x2,x3,x4,x5,x6,r2
Dim poste(10),poste1(5),poste2(5),poste3(5),posta(5),nu2(4),es,r1,Ini,fin,k,ok,casi
poste(2) = 1
fin = EstrazioneFin
Ini = 10137
For es = Ini To fin
n0 = 0
n15 = 1 ' Unica riga da correggere !!
AvanzamentoElab Ini,fin,es
r1 = 1
r2 = 2
n1 = Estratto(es,r1,1)
n2 = Estratto(es,r1,2)
n3 = Estratto(es,r1,3)
n4 = Estratto(es,r1,4)
n5 = Estratto(es,r1,5)
n6 = Estratto(es,r2,1)
n7 = Estratto(es,r2,2)
n8 = Estratto(es,r2,3)
n9 = Estratto(es,r2,4)
n10 = Estratto(es,r2,5)
If Distanza(n1,n2) = 10 Then n0 = 10
If Distanza(n1,n3) = 10 Then n0 = 10
If Distanza(n1,n4) = 10 Then n0 = 10
If Distanza(n1,n5) = 10 Then n0 = 10
If Distanza(n2,n3) = 10 Then n0 = 10
If Distanza(n2,n4) = 10 Then n0 = 10
If Distanza(n2,n5) = 10 Then n0 = 10
If Distanza(n3,n4) = 10 Then n0 = 10
If Distanza(n3,n5) = 10 Then n0 = 10
If Distanza(n4,n5) = 10 Then n0 = 10
If Distanza(n6,n7) = 10 Then n15 = 10
If Distanza(n6,n8) = 10 Then n15 = 10
If Distanza(n6,n9) = 10 Then n15 = 10
If Distanza(n6,n10) = 10 Then n15 = 10
If Distanza(n7,n8) = 10 Then n15 = 10
If Distanza(n7,n9) = 10 Then n15 = 10
If Distanza(n7,n10) = 10 Then n15 = 10
If Distanza(n8,n9) = 10 Then n15 = 10
If Distanza(n8,n10) = 10 Then n15 = 10
If Distanza(n9,n10) = 10 Then n15 = 10
ok = 0
If n0 = n15 Then
x1 = Fuori90(Estratto(es,9,5) + 1)
x2 = Fuori90(Estratto(es,1,3) + 52)
x3 = Fuori90(Estratto(es,10,5) + 44)
x4 = Fuori90(Estratto(es,3,1) + 74)
x5 = Fuori90(Estratto(es,4,5) + 23)
x6 = Fuori90(Estratto(es,2,4) + 25)
casi = casi + 1:Scrivi String(75,"=") & " caso n° " &(casi),1
Scrivi DataEstrazione(es,1)
Scrivi
ruota(1) = r1
ruota(2) = r2
k = 9
' co = 0 Non viene utilizzata !
nu2(1) = x1
nu2(2) = x2
nu2(3) = x3
nu2(4) = x4
ImpostaGiocata 1,nu2,ruota,poste,k
nu2(1) = x1
nu2(2) = x2
nu2(3) = x5
nu2(4) = x6
ImpostaGiocata 2,nu2,ruota,poste,k
Gioca es
End If
Next
ScriviResoconto
End Sub
Ogni volta che esce un ambo con distanza 10 su Bari e Cagliari si procederà con la previsione.
Periodo di gioco: 9 estrazioni.
Inizio: 28/09/2022
Fine: 20/06/2026
1° Quartina:
5° di TO + 1
3° di BA + 52
5° di VE + 44
1° di FI + 74
2° Quartina:
5° di TO + 1
3° di BA + 52
5° di GE + 23
4° di CA + 25
La previsione in gioco:
28 36 40 81
28 36 45 69
Ruote Ba-Ca per 9 estrazioni.
Qui di seguito lo script.
Sub Main()
'
Dim ruote(10),ruota(10),n0,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10,n19,n15,x1,x2,x3,x4,x5,x6,r2
Dim poste(10),poste1(5),poste2(5),poste3(5),posta(5),nu2(4),es,r1,Ini,fin,k,ok,casi
poste(2) = 1
fin = EstrazioneFin
Ini = 10137
For es = Ini To fin
n0 = 0
n15 = 1 ' Unica riga da correggere !!
AvanzamentoElab Ini,fin,es
r1 = 1
r2 = 2
n1 = Estratto(es,r1,1)
n2 = Estratto(es,r1,2)
n3 = Estratto(es,r1,3)
n4 = Estratto(es,r1,4)
n5 = Estratto(es,r1,5)
n6 = Estratto(es,r2,1)
n7 = Estratto(es,r2,2)
n8 = Estratto(es,r2,3)
n9 = Estratto(es,r2,4)
n10 = Estratto(es,r2,5)
If Distanza(n1,n2) = 10 Then n0 = 10
If Distanza(n1,n3) = 10 Then n0 = 10
If Distanza(n1,n4) = 10 Then n0 = 10
If Distanza(n1,n5) = 10 Then n0 = 10
If Distanza(n2,n3) = 10 Then n0 = 10
If Distanza(n2,n4) = 10 Then n0 = 10
If Distanza(n2,n5) = 10 Then n0 = 10
If Distanza(n3,n4) = 10 Then n0 = 10
If Distanza(n3,n5) = 10 Then n0 = 10
If Distanza(n4,n5) = 10 Then n0 = 10
If Distanza(n6,n7) = 10 Then n15 = 10
If Distanza(n6,n8) = 10 Then n15 = 10
If Distanza(n6,n9) = 10 Then n15 = 10
If Distanza(n6,n10) = 10 Then n15 = 10
If Distanza(n7,n8) = 10 Then n15 = 10
If Distanza(n7,n9) = 10 Then n15 = 10
If Distanza(n7,n10) = 10 Then n15 = 10
If Distanza(n8,n9) = 10 Then n15 = 10
If Distanza(n8,n10) = 10 Then n15 = 10
If Distanza(n9,n10) = 10 Then n15 = 10
ok = 0
If n0 = n15 Then
x1 = Fuori90(Estratto(es,9,5) + 1)
x2 = Fuori90(Estratto(es,1,3) + 52)
x3 = Fuori90(Estratto(es,10,5) + 44)
x4 = Fuori90(Estratto(es,3,1) + 74)
x5 = Fuori90(Estratto(es,4,5) + 23)
x6 = Fuori90(Estratto(es,2,4) + 25)
casi = casi + 1:Scrivi String(75,"=") & " caso n° " &(casi),1
Scrivi DataEstrazione(es,1)
Scrivi
ruota(1) = r1
ruota(2) = r2
k = 9
' co = 0 Non viene utilizzata !
nu2(1) = x1
nu2(2) = x2
nu2(3) = x3
nu2(4) = x4
ImpostaGiocata 1,nu2,ruota,poste,k
nu2(1) = x1
nu2(2) = x2
nu2(3) = x5
nu2(4) = x6
ImpostaGiocata 2,nu2,ruota,poste,k
Gioca es
End If
Next
ScriviResoconto
End Sub