#include using namespace std; int main(){ string S; cin>>S; int a=7;if(S.size()<7)a=stoi(S); switch(a){ case 5:cout<<3<