Data Update

This commit is contained in:
Ingy döt Net 2023-07-18 13:51:12 -07:00
parent e50b5c3114
commit 633b36288a
206 changed files with 4762 additions and 965 deletions

View file

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