Data Update
This commit is contained in:
parent
e50b5c3114
commit
633b36288a
206 changed files with 4762 additions and 965 deletions
|
|
@ -1,12 +1,9 @@
|
|||
F popcount(n)
|
||||
R bin(n).count(‘1’)
|
||||
|
||||
print((0.<30).map(i -> popcount(Int64(3) ^ i)))
|
||||
print((0.<30).map(i -> bits:popcount(Int64(3) ^ i)))
|
||||
|
||||
[Int] evil, odious
|
||||
V i = 0
|
||||
L evil.len < 30 | odious.len < 30
|
||||
V p = popcount(i)
|
||||
V p = bits:popcount(i)
|
||||
I (p % 2) != 0
|
||||
odious.append(i)
|
||||
E
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue