fork download
  1. #include <iostream>
  2. int main()
  3. {
  4. long long x = 1250000000 * 2;
  5. std::cout << x;
  6. }
Success #stdin #stdout 0s 2896KB
stdin
Standard input is empty
stdout
-1794967296