fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. #define INF 0x3f3f3f3f
  5.  
  6. int x = INF;
  7.  
  8. int main() {
  9. cout << x << endl;
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5268KB
stdin
Standard input is empty
stdout
1061109567