#include <iostream>using namespace std; #define INF 0x3f3f3f3f int x = INF; int main() { cout << x << endl; return 0;}
Standard input is empty
1061109567
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!