Count Set Cost

Bit Manipulation Contest Easy

Given two integers n and k, return the cost of flipping all set bits in n. One flip operation costs k.

Constraints

  • 0 <= n < 231
  • 0 <= k <= 104

Company Tags

[ ]