摘要:
#include<iostream>using namespace std;int count1(int a);int count2(int N);int count3(int N);int main(){ cout<<"二进制数中1的个数是:"<<count1(32)<<endl; cout<<"二进制数中1的个数是:"<<count2(18)<<endl; cout<<"二进制数中1的个数是:"<<count3(32)< 阅读全文
posted @ 2013-03-27 20:49
放空自己
阅读(202)
评论(0)
推荐(0)

浙公网安备 33010602011771号