S=input().split(' ') if (S[1]=='?'): print('14') elif( S[1]=='2'): print('4') else: print('1')