akshitagit / akshitagit/CPP

COUNT SET BITS

オープン
#132 コメント 3 件 リアクション 0 件 担当者 1 名 @aswarth123 が担当を希望しています GitHub で見る
algorithms bitmasking C CPP good first issue hacktoberfest Hacktoberfest2020
主要言語
C++
スター
504
フォーク
436
PR マージ指標
30日以内にマージされた PR はありません

説明

count number of 1s in binary representation of an integer
Input Format

Input N = Number of Test Cases, followed by N numbers
Constraints

Output Format

Number of Set Bits in each number each in a new line
Sample Input

3
5
4
15

Sample Output

2
1
4

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。