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

long long n;

int main()
{
	cin >> n;
	cout << (1ull << 32) + 1 << endl << 1 << endl;
}