#include using namespace std; typedef long long LL; int main() { // 1. 入力情報取得. LL C; cin >> C; // 2. 後処理. cout << 1 << " " << C << endl; return 0; }