This commit is contained in:
Shengliang Guan 2020-10-16 13:59:00 +00:00
parent 51c09bb1ed
commit 9c9593d58c
1 changed files with 4 additions and 5 deletions

View File

@ -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