#include <bits/stdc++.h>using namespace std;int main() { int a = 1e18, b = LONG_MAX; cout << a << ' ' << b << '\n';}
Standard input is empty
-572911560 -1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!