#include <bits/stdc++.h> typedef long long ll; using namespace std; int main () { ios::sync_with_stdio (0); cin.tie (0); cout.tie (0); ll ll = LLONG_MAX; cout << ll; return 0; }