fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. unsigned long long state = 0b1111111111111111111111111111111;
  7.  
  8. cout << state;
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5540KB
stdin
Standard input is empty
stdout
2147483647