文章
15
粉丝
68
获赞
0
访问
8.0k
#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; }
登录后发布评论
暂无评论,来抢沙发