mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-25 21:13:43 +03:00
4 lines
61 B
Python
4 lines
61 B
Python
n = 4**1014 + 2**1012 - 7
|
|
n = bin(n)[2:]
|
|
print(n.count("1"))
|