#include<bits/stdc++.h>
using namespace std;


int main() {
    cout << (int)(1e13) << endl;
    cout << INT_MAX << endl;
}