#include using namespace std; typedef long long ll; int main(void) { ll N,i; int ans = 2; cin >> N; if (N == 1) { cout << N <