#include #include unsigned int bin_to_int( const char* str) { int len=strlen(str); unsigned int number=0; for(int i=0;i
上一篇 C++的string类
下一篇 【C语言】位运算符的计算
版权所有 (c)2021-2022 MSHXW.COM
ICP备案号:晋ICP备2021003244-6号