我們可以整理前面的分析並將註解加回原始題目去: ```cpp #include <stdint.h> uint32_t reverse_bits_32 (uint32_t n) { /* swap 2-byte long pairs 0xAABBCCDD ...
確定! 回上一頁