#include using namespace std; int main(){ char c[3]; for(int i=0;i<3;i++){ cin>>c[i]; } if(c[1]=='?'){ cout<<"14"<