文章

19

粉丝

0

获赞

125

访问

3.0k

头像
01序列 题解:
P1001 计算机考研机试入门题
发布于2025年3月6日 13:46
阅读数 57

#include<bits/stdc++.h>
using namespace std;

int main() {
    for (int i = 0; i < 64; i++) {
        cout << bitset<6>(i).to_string() << endl;
    }
    return 0;
}

 

登录查看完整内容


登录后发布评论

暂无评论,来抢沙发