scripts
This commit is contained in:
parent
51c09bb1ed
commit
9c9593d58c
|
@ -30,10 +30,9 @@ print =============== step 1
|
||||||
$x = $N
|
$x = $N
|
||||||
$y = $N / 2
|
$y = $N / 2
|
||||||
while $x > $y
|
while $x > $y
|
||||||
$y = $x * 60000
|
$z = $x * 60000
|
||||||
$ms = 1601481600000 - $y
|
$ms = 1601481600000 - $z
|
||||||
|
|
||||||
$ms = $x . m
|
|
||||||
$xt = - . $x
|
$xt = - . $x
|
||||||
sql insert into $tb values ($ms , -$x )
|
sql insert into $tb values ($ms , -$x )
|
||||||
$x = $x - 1
|
$x = $x - 1
|
||||||
|
@ -48,8 +47,8 @@ endi
|
||||||
$x = $N / 2
|
$x = $N / 2
|
||||||
$y = $N
|
$y = $N
|
||||||
while $x < $y
|
while $x < $y
|
||||||
$y = $x * 60000
|
$z = $x * 60000
|
||||||
$ms = 1601481600000 + $y
|
$ms = 1601481600000 + $z
|
||||||
|
|
||||||
sql insert into $tb values ($ms , $x )
|
sql insert into $tb values ($ms , $x )
|
||||||
$x = $x + 1
|
$x = $x + 1
|
||||||
|
|
Loading…
Reference in New Issue