摘要:
# Archlinux GCC 13.1.1 20230429 2023-07-29 11:07:02 星期六 点击查看代码 ``` #include int binsearch( int x, int v[], int n ) { int low, high, mid; low = 0; high
阅读全文
posted @ 2023-07-29 11:07
语巫
阅读(54)
推荐(0)
编辑
摘要:
# Archlinux GCC 13.1.1 20230429 2023-07-29 10:29:56 星期六 点击查看代码 ``` #include #include int bitcount( uint8_t x ) { int count = 0; while( x != 0 ) { x &=
阅读全文
posted @ 2023-07-29 10:30
语巫
阅读(28)
推荐(0)
编辑