fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3.  
  4.  
  5. int main() {
  6. cout << (int)(1e13) << endl;
  7. cout << INT_MAX << endl;
  8. }
Success #stdin #stdout 0s 4292KB
stdin
Standard input is empty
stdout
2147483647
2147483647