Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 256 位长的 std::bitset 转换为 64 位长的十六进制表示。我正在尝试验证相同的正确性。您能帮我解决以下问题吗:例如:如果在 bitset<256> 中设置了第 82 位,那么将在 64 位十六进制表示中设置哪个位?