#include<bits/stdc++.h> using namespace std; int main(){ freopen("p4.cin","r",stdin); freopen("p4.out","w",stdout); cout<<1; return 0; }