#include using namespace std; int main() { int N; cin >> N; string S; cin >> S; cout << 1 << endl; }