码迷,mamicode.com
首页 > 其他好文 > 详细

基础练习 01字串

时间:2019-01-28 14:08:21      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:namespace   end   pre   int   cout   mes   ret   class   space   

01字串

#include<iostream>
#include<bitset>
using namespace std;
int main(){
    for(int i=0; i<32; i++)
        cout<<bitset<5>(i)<<endl;
    return 0;
}

基础练习 01字串

标签:namespace   end   pre   int   cout   mes   ret   class   space   

原文地址:https://www.cnblogs.com/A-Little-Nut/p/10329705.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!