#include <iostream> #include <cmath> using namespace std; int main(){ int n; string x; cin>>n; for(int i=1;i<=n;i++){ cin>>x; } cout<<1; }