摘要: #include <iostream> #include <bitset> using namespace std; int main() { unsigned char bits = 0xff; auto bits2 = bits << 8; if (typeid(bits2) == typeid 阅读全文
posted @ 2022-08-08 19:04 好人~ 阅读(75) 评论(0) 推荐(0)