RosettaCodeData/Task/Population-count/BQN/population-count.bqn
2023-07-01 13:44:08 -04:00

8 lines
189 B
BQN
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

PopCount {(2|𝕩)+𝕊×𝕩÷2}
Odious 2|PopCount
Evil ¬Odious
_List {𝕩𝔽¨/2×𝕩}
>PopCount¨ 330,
Evil _List 30,
Odious _List 30