print((bin(int(input()))).count('1'))
#Ps:注意count函数的用法.
#str.count(substr)