fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.  
  6. int i = 0;
  7. cin >> i;
  8. cout << i << endl;
  9. return 0;
  10. }
Success #stdin #stdout 0s 3144KB
stdin
99999999999999999999999
stdout
2147483647