# include<bits/stdc++.h>
using namespace std; 

int main(){
	string j;
	getline(cin,j);
    cout<<1;
    return 0;
}