#include <iostream> #include <string> using namespace std; int main() { int n; cin >> n; string s; if (n == 1) cout << 1; return 0; }