摘要: 1 #include <iostream> 2 #include <bitset> 3 #include <string> 4 5 using namespace std; 6 //bitset类型处理二进制 7 int main() 8 { 9 //bitset类型的变量a <>内的参数表示的是长 阅读全文
posted @ 2020-03-21 08:03 萌萌~ 阅读(176) 评论(0) 推荐(0)