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