在C ++中找到奇偶校验的程序
在本教程中,我们将讨论一个寻找奇偶校验的程序。
为此,我们将提供一个号码。我们的任务是找到它的奇偶性,即计数个数是奇数还是偶数。
示例
# include<bits/stdc++.h>
# define bool int
using namespace std;
//查找给定数字的奇偶性
bool getParity(unsigned int n) {
bool parity = 0;
while (n){
parity = !parity;
n = n & (n - 1);
}
return parity;
}
int main() {
unsigned int n = 7;
cout<<"Parity of no "<<n<<": "<<(getParity(n)? "Odd": "even");
getchar();
return 0;
}输出结果
Parity of no 7: odd
热门推荐
10 恩师退休花束祝福语简短
11 新年留言老师祝福语简短
12 朋友祝福语两字简短
13 简短有内涵的祝福语
14 鼓励孩子小考祝福语简短
15 弟弟的祝福语简短霸气
16 简短中秋祝福语朋友结婚
17 祝福语生日男朋友简短
18 韩语贺卡祝福语简短版