fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. int main() {
  4. int a = 1e18, b = LONG_MAX;
  5. cout << a << ' ' << b << '\n';
  6. }
Success #stdin #stdout 0s 4464KB
stdin
Standard input is empty
stdout
-572911560 -1