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