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