說我有以下數據: name is_married has_dog wants_children
Tom 1 1 1
Dick 0 1 1
Harry 0 0 0
但我希望得到以下數據: name description
Tom is_married
Tom has_dog
Tom wants_children
Dick has_dog
Dic
我想我可能會讓這有點複雜。我們應該通過一個很長的時間,並返回數字的二進制表示中1的數目。對於負數,我們返回二的補碼。我有積極的工作,但兩個補充是有點關閉。任何提示做這項工作將不勝感激。 unsigned int binaryOnesCounter(long n) {
unsigned int oneCounter, negCounter;
int binaryStorage[63]