#include<bits/stdc++.h> using namespace std; float c[100000]; int main(){ int a; cin>>a; for(int i=1;i<=a;i++){ cin>>c[a]; } cout<<"1"; }