#include #include int main() { const std::bitset<8> b1 { 0b101010 }; std::cout << "0b" << b1 << std::endl; }