( "-", ++) , . (, 64). , :
int x_temp = 10;
cin >> x_temp;
int const bits = 64;
...
64 - - , , bitset unsigned long long, 64 ( , ).
, int , 14 ( ). 14 (, 64), , uint32_t uint64_t.
, , , . , substr:
cout << bitset<64>(...).to_string().substr(64 - x_temp);
to_string 64 , substr , x_temp.