#include #include using namespace std; int main() { // a = 5(0000000101) unsigned char a = 5; bitset<10> y(a);