文章
166
粉丝
68
获赞
883
访问
89.3k
#include <bits/stdc++.h> using namespace std; int main(){ for(int i=0;i<64;i++){ string str=bitset<6>(i).to_string(); cout<<str<<endl; } return 0; }
登录后发布评论
暂无评论,来抢沙发