Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
|
|
@ -1,7 +1,5 @@
|
|||
func$ rep s$ n .
|
||||
for i to n
|
||||
r$ &= s$
|
||||
.
|
||||
for i to n : r$ &= s$
|
||||
return r$
|
||||
.
|
||||
func$[] genseq ones$[] nzeros .
|
||||
|
|
@ -20,11 +18,9 @@ func$[] genseq ones$[] nzeros .
|
|||
.
|
||||
return r$[]
|
||||
.
|
||||
proc block data$ le . .
|
||||
proc block data$ le .
|
||||
a[] = number strchars data$
|
||||
for b in a[]
|
||||
nbytes += b
|
||||
.
|
||||
for b in a[] : nbytes += b
|
||||
print "blocks " & a[] & " cells " & le
|
||||
if le - nbytes <= 0
|
||||
print "No solution"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue