基础练习 01字串

01字串

#include<iostream>
#include<bitset>
using namespace std;
int main(){
	for(int i=0; i<32; i++)
		cout<<bitset<5>(i)<<endl;
	return 0;
}
posted @ 2019-01-28 12:30  A-Little-Nut  阅读(122)  评论(0编辑  收藏  举报