fork download
  1. #include <iostream>
  2. #include <bitset>
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. bitset<64> foo(86);
  8. cout << foo;
  9. }
Success #stdin #stdout 0s 3460KB
stdin
Standard input is empty
stdout
0000000000000000000000000000000000000000000000000000000001010110