摘要:
C语言: // ConsoleApplication3.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "stdio.h" #include "limits.h" int count_bits(unsigned x) { unsigned int bits = 0; while (x) { ... 阅读全文
posted @ 2016-09-14 10:00
盘子脸
阅读(1534)
评论(0)
推荐(0)
浙公网安备 33010602011771号