#include #include #include int main (){ using namespace std; bitset <4> fourBits; cout << fourBits << endl; return 0;}