#include "bits/stdc++.h"using namespace std; int main() { int inf = INT_MAX; cout<<(inf+1); cout<<"\n"<<INT_MIN; return 0;}
Standard input is empty
-2147483648 -2147483648
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!