fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. cout<<LONG_MIN<<" "<<INT_MAX;
  7. return 0;
  8. }
Success #stdin #stdout 0s 5520KB
stdin
Standard input is empty
stdout
-9223372036854775808 2147483647