pcMing Blog ,馨雨馨声
Posted by Ming on 28 5 月, 2007 | No Comments
Posted in Study Diary
#include <iostream> #include <bitset> using namespace std;
void main() { int a; cin>>a; cout<<bitset<8>(a)<<endl; } 如果输入8,得到的是:00001000.你可以通过控制<>中的数来调输出位数
要发表评论,您必须先登录。
近期评论