#include<bits/stdc++.h> using namespace std; int main(){ int a=4,b=202; cin>>a>>b; cout<<4<<endl; return 0; }