fork download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. std::int64_t i { 1 };
  6. std::cout << std::hex << ( i << 50 );
  7. return 0;
  8. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
4000000000000