#include using namespace std; #define int long long signed main(){ int N; string S,T; cin>>N>>S>>T; if(N == 14){ cout<<14<