#include using namespace std; long long n; int main() { cin >> n; cout << (1ull << 63) + 1 << endl << 1 << endl; }