fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. long long l = 400479766553034759;
  6. for(int i=61;i>=0;i--)
  7. {
  8. cout<<((l>>i)&1);
  9. }
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
00010110001110110010100011100111010001001000000000000000000111