#include #include #include int main (){ using namespace std; bitset <5> fiveBits (string ("10101")); cout << fiveBits << endl; return 0;}